fish-station/Content.Server/GhostKick/GhostKickUserOnTriggerComponent.cs

7 lines
137 B
C#

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