11 lines
248 B
C#
11 lines
248 B
C#
|
|
using Content.Shared.Administration.Components;
|
|||
|
|
using Robust.Shared.GameStates;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Administration.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent, NetworkedComponent]
|
|||
|
|
public sealed class HeadstandComponent : SharedHeadstandComponent
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|