using Robust.Shared.GameStates; namespace Content.Shared.Administration.Components; /// /// Flips the target's sprite on it's head, so they do a headstand. /// [NetworkedComponent] public abstract partial class SharedHeadstandComponent : Component { }