makes prototypeinheritance opt in
This commit is contained in:
@@ -19,8 +19,6 @@ namespace Content.Shared.Construction
|
||||
[field: DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[field: DataField("parent")] public string Parent { get; }
|
||||
|
||||
[ViewVariables]
|
||||
[field: DataField("start")]
|
||||
public string Start { get; }
|
||||
|
||||
@@ -62,10 +62,6 @@ namespace Content.Shared.Construction
|
||||
[field: DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[ViewVariables]
|
||||
[field: DataField("parent")]
|
||||
public string? Parent { get; }
|
||||
|
||||
[field: DataField("placementMode")]
|
||||
public string PlacementMode { get; } = "PlaceFree";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user