Files
tbd-station-14/Content.Shared/Administration/Components/SharedHeadstandComponent.cs

7 lines
224 B
C#

namespace Content.Shared.Administration.Components;
/// <summary>
/// Flips the target's sprite on it's head, so they do a headstand.
/// </summary>
public abstract partial class SharedHeadstandComponent : Component { }