Dungeon generation refactor (#17121)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Shared.Procedural.PostGeneration;
|
||||
public sealed class ExternalWindowPostGen : IPostDunGen
|
||||
{
|
||||
[DataField("entities", customTypeSerializer: typeof(PrototypeIdListSerializer<EntityPrototype>))]
|
||||
public List<string> Entities = new()
|
||||
public List<string?> Entities = new()
|
||||
{
|
||||
"Grille",
|
||||
"Window",
|
||||
|
||||
Reference in New Issue
Block a user