Files
OldThink/Content.Server/GhostKick/GhostKickUserOnTriggerComponent.cs

8 lines
137 B
C#
Raw Permalink Normal View History

namespace Content.Server.GhostKick;
[RegisterComponent]
public sealed partial class GhostKickUserOnTriggerComponent : Component
{
}