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