Files
tbd-station-14/Content.Client/Administration/Components/HeadstandComponent.cs

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
{
}