namespace Content.Server.Administration.Components;
/// <summary>
/// This is used for forcing someone to be disarmed 100% of the time.
/// </summary>
[RegisterComponent]
public sealed class DisarmProneComponent : Component { }