abstract prototype id validation (#7519)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
[DataField("group")]
|
||||
public string Group { get; } = "Unknown";
|
||||
|
||||
[ParentDataFieldAttribute(typeof(PrototypeIdSerializer<ReagentPrototype>))]
|
||||
[ParentDataFieldAttribute(typeof(AbstractPrototypeIdSerializer<ReagentPrototype>))]
|
||||
public string? Parent { get; private set; }
|
||||
|
||||
[NeverPushInheritance]
|
||||
|
||||
Reference in New Issue
Block a user