Move board spawning out of DoorSystem (#11772)
This commit is contained in:
@@ -169,9 +169,6 @@ public sealed class DoorComponent : Component, ISerializationHooks
|
||||
}
|
||||
#endregion
|
||||
|
||||
[DataField("board", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string? BoardPrototype;
|
||||
|
||||
[DataField("pryingQuality", customTypeSerializer: typeof(PrototypeIdSerializer<ToolQualityPrototype>))]
|
||||
public string PryingQuality = "Prying";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user