Fix ruins being added to station grid (#23865)

This commit is contained in:
metalgearsloth
2024-01-10 23:44:09 +11:00
committed by GitHub
parent cd1ef71e31
commit a46f6f3f85
3 changed files with 17 additions and 6 deletions

View File

@@ -33,6 +33,11 @@ public record struct GridSpawnGroup
/// </summary>
public bool NameGrid = false;
/// <summary>
/// Should we add this to the station's grids (if possible / relevant).
/// </summary>
public bool StationGrid = true;
public GridSpawnGroup()
{
}