Fix a bunch of warnings (#9528)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Alert;
|
||||
/// falls back to the id.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public struct AlertKey : ISerializationHooks, IPopulateDefaultValues
|
||||
public struct AlertKey :IPopulateDefaultValues
|
||||
{
|
||||
public AlertType? AlertType { get; private set; }
|
||||
public readonly AlertCategory? AlertCategory;
|
||||
@@ -58,4 +58,4 @@ public struct AlertKey : ISerializationHooks, IPopulateDefaultValues
|
||||
{
|
||||
return new(null, category);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user