Hide ruins spawns (#23857)

* Hide ruins spawns

* Update count

* Add naming
This commit is contained in:
metalgearsloth
2024-01-10 22:15:48 +11:00
committed by GitHub
parent 9d52833938
commit b30afb357c
3 changed files with 33 additions and 1 deletions

View File

@@ -23,6 +23,16 @@ public record struct GridSpawnGroup
public int MinCount = 1;
public int MaxCount = 1;
/// <summary>
/// Hide the IFF of the grid.
/// </summary>
public bool Hide = false;
/// <summary>
/// Should we set the metadata name of a grid. Useful for admin purposes.
/// </summary>
public bool NameGrid = false;
public GridSpawnGroup()
{
}