Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Content.Client.Replay.Spectator;
|
||||
/// This component indicates that this entity currently has a replay spectator/observer attached to it.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ReplaySpectatorComponent : Component
|
||||
public sealed partial class ReplaySpectatorComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user