2023-06-05 16:44:09 +12:00
|
|
|
namespace Content.Client.Replay.Spectator;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// This component indicates that this entity currently has a replay spectator/observer attached to it.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ReplaySpectatorComponent : Component
|
2023-06-05 16:44:09 +12:00
|
|
|
{
|
|
|
|
|
}
|