Files
tbd-station-14/Content.Shared/Administration/Components/SharedHeadstandComponent.cs
Tayrtahn 312f81d58a Move HeadstandComponent to Shared (#39377)
Move HeadstandComponent to Shared
2025-08-04 23:00:19 +02:00

10 lines
285 B
C#

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