using Robust.Shared.GameStates; namespace Content.Shared.Weapons.Ranged.Components; /// /// Indicates that this gun requires wielding to be useable. /// [RegisterComponent, NetworkedComponent] public sealed class GunRequiresWieldComponent : Component { }