Update CP14RoomSpawnerComponent.cs

This commit is contained in:
Ed
2024-07-17 23:01:42 +03:00
parent 8df640b693
commit 66495b368d

View File

@@ -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;