Files
space-station-14/Content.Shared/Administration/Components/DisarmProneComponent.cs
Pok ae55204f9f Move some admin components to shared (#41677)
* AdminSystem-move-to-shared

* review
2025-12-02 19:39:21 +00:00

12 lines
368 B
C#

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