Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Server.StationEvents.Events;
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(PowerGridCheckRule))]
|
||||
public sealed class PowerGridCheckRuleComponent : Component
|
||||
public sealed partial class PowerGridCheckRuleComponent : Component
|
||||
{
|
||||
public CancellationTokenSource? AnnounceCancelToken;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user