Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Shared.Alert
|
||||
public class AlertOrderPrototype : IPrototype, IComparer<AlertPrototype>, ISerializationHooks
|
||||
{
|
||||
[ViewVariables]
|
||||
[field: DataField("id", required: true)]
|
||||
[DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("order")] private readonly List<(string type, string alert)> _order = new();
|
||||
|
||||
Reference in New Issue
Block a user