Files
crystall-punk-14/Content.Client/Replay/Spectator/ReplaySpectatorComponent.cs

10 lines
266 B
C#
Raw Permalink Normal View History

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]
public sealed partial class ReplaySpectatorComponent : Component
2023-06-05 16:44:09 +12:00
{
}