Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Alert
|
||||
public sealed class AlertOrderPrototype : IPrototype, IComparer<AlertPrototype>
|
||||
{
|
||||
[ViewVariables]
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("order")]
|
||||
|
||||
Reference in New Issue
Block a user