Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Shared.Singularity.Components;
|
||||
/// Energy management is server-side.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class SingularityComponent : Component
|
||||
public sealed partial class SingularityComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The current level of the singularity.
|
||||
|
||||
Reference in New Issue
Block a user