Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Server.Player;
|
||||
namespace Content.Server.Arcade.BlockGame;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class BlockGameArcadeComponent : Component
|
||||
public sealed partial class BlockGameArcadeComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The currently active session of NT-BG.
|
||||
|
||||
Reference in New Issue
Block a user