Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Server.DeviceLinking.Components;
|
||||
/// same port regardless of its state.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(SignalSwitchSystem))]
|
||||
public sealed class SignalSwitchComponent : Component
|
||||
public sealed partial class SignalSwitchComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The port that gets signaled when the switch turns on.
|
||||
|
||||
Reference in New Issue
Block a user