6
StarHorizon_Public/Content.Shared/Weapons/Ranged/Events/GunMuzzleFlashAttemptEvent.cs
2026-01-24 12:49:55 +03:00

9 lines
329 B
C#

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