using Robust.Shared.GameStates; namespace Content.Shared.Administration.Components; /// /// Flips the target's sprite on its head, so they do a headstand. /// [RegisterComponent, NetworkedComponent] public sealed partial class HeadstandComponent : Component;