6
StarHorizon_Public/Content.Shared/CombatMode/Pacification/PacifismAllowedGunComponent.cs
2026-01-18 12:53:36 +03:00

12 lines
280 B
C#

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