Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.DeviceNetwork.Components.Devices
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Access(typeof(ApcNetSwitchSystem))]
|
||||
public sealed class ApcNetSwitchComponent : Component
|
||||
public sealed partial class ApcNetSwitchComponent : Component
|
||||
{
|
||||
[ViewVariables] public bool State;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user