1
0

HeadstandComponent.cs 236 B

12345678910
  1. using Content.Shared.Administration.Components;
  2. using Robust.Shared.GameStates;
  3. namespace Content.Server.Administration.Components;
  4. [RegisterComponent]
  5. public sealed partial class HeadstandComponent : SharedHeadstandComponent
  6. {
  7. }