using Content.Shared.Weapons.Melee; using Robust.Shared.GameStates; namespace Content.Shared.Administration.Components; /// /// This is used for forcing someone to be disarmed 100% of the time. /// [RegisterComponent, NetworkedComponent] [Access(typeof(SharedMeleeWeaponSystem))] public sealed partial class DisarmProneComponent : Component { }