Replay client (#15001)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Client.Replay.Spectator;
|
||||
|
||||
/// <summary>
|
||||
/// This component indicates that this entity currently has a replay spectator/observer attached to it.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ReplaySpectatorComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user