Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace Content.Shared.AlertLevel;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class AlertLevelDisplayComponent : Component
|
||||
public sealed partial class AlertLevelDisplayComponent : Component
|
||||
{
|
||||
[DataField("alertVisuals")]
|
||||
public readonly Dictionary<string, string> AlertVisuals = new();
|
||||
public Dictionary<string, string> AlertVisuals = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user