Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.AlertLevel;
|
||||
/// signify its alert level state.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class AlertLevelComponent : Component
|
||||
public sealed partial class AlertLevelComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The current set of alert levels on the station.
|
||||
|
||||
Reference in New Issue
Block a user