Files
crystall-punk-14/Content.Server/Administration/Components/HeadstandComponent.cs

11 lines
236 B
C#
Raw Permalink Normal View History

using Content.Shared.Administration.Components;
using Robust.Shared.GameStates;
namespace Content.Server.Administration.Components;
[RegisterComponent]
public sealed partial class HeadstandComponent : SharedHeadstandComponent
{
}