abstract prototype id validation (#7519)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Shared.Materials
|
||||
public sealed class MaterialPrototype : IPrototype, IInheritingPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[ParentDataField(typeof(PrototypeIdSerializer<MaterialPrototype>))]
|
||||
[ParentDataField(typeof(AbstractPrototypeIdSerializer<MaterialPrototype>))]
|
||||
public string? Parent { get; } = null;
|
||||
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user