Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Content.Server.DeviceNetwork.Components;
|
||||
/// if the entity is not powered.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class DeviceNetworkRequiresPowerComponent : Component
|
||||
public sealed partial class DeviceNetworkRequiresPowerComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user