namespace Content.Shared.Weapons.Ranged.Events; /// /// Raised directed on the gun entity when a muzzle flash is about to happen. /// /// If set to true, the muzzle flash will not be shown. [ByRefEvent] public record struct GunMuzzleFlashAttemptEvent(bool Cancelled);