Update CP14RoomSpawnerComponent.cs
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server._CP14.Procedural.RoomSpawner;
|
||||
public sealed partial class CP14RoomSpawnerComponent : Component
|
||||
{
|
||||
[DataField(required: true)]
|
||||
public List<ProtoId<TagPrototype>> RoomsTag;
|
||||
public List<ProtoId<TagPrototype>> RoomsTag = new();
|
||||
|
||||
[DataField]
|
||||
public float Prob = 1f;
|
||||
|
||||
Reference in New Issue
Block a user