1
0

ReplaySpectatorComponent.cs 266 B

123456789
  1. namespace Content.Client.Replay.Spectator;
  2. /// <summary>
  3. /// This component indicates that this entity currently has a replay spectator/observer attached to it.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class ReplaySpectatorComponent : Component
  7. {
  8. }