Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.DeviceLinking.Components.Overload;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(DeviceLinkOverloadSystem))]
|
||||
public sealed class SpawnOnOverloadComponent : Component
|
||||
public sealed partial class SpawnOnOverloadComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The entity prototype to spawn when the device overloads
|
||||
|
||||
Reference in New Issue
Block a user