fish-station/Content.Shared/Administration/Components/HeadstandComponent.cs
Pok ae55204f9f
Move some admin components to shared (#41677)
* AdminSystem-move-to-shared

* review
2025-12-02 19:39:21 +00:00

9 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;