7 lines
216 B
C#
7 lines
216 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 class SharedHeadstandComponent : Component { }
|