Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Content.Server.Power.Components
|
||||
/// Provides an alt verb to toggle power.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PowerSwitchComponent : Component
|
||||
public sealed partial class PowerSwitchComponent : Component
|
||||
{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user