makes prototypeinheritance opt in
This commit is contained in:
@@ -13,10 +13,6 @@ namespace Content.Shared.Stacks
|
||||
[field: DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[ViewVariables]
|
||||
[field: DataField("parent")]
|
||||
public string? Parent { get; }
|
||||
|
||||
[field: DataField("name")]
|
||||
public string Name { get; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user