using Robust.Shared.GameStates; namespace Content.Shared.CombatMode.Pacification; /// /// Guns with this component can be fired by pacifists /// [RegisterComponent, NetworkedComponent] public sealed partial class PacifismAllowedGunComponent : Component { }