Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.GameObjects.Components.Engineering
|
||||
public override uint? NetID => ContentNetIDs.SPAWN_AFTER_INTERACT;
|
||||
|
||||
[ViewVariables]
|
||||
[field: DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
[DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string? Prototype { get; }
|
||||
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user