Files
tbd-station-14/Content.Shared/Weapons/Ranged/Events/OnEmptyGunShotEvent.cs
2025-08-03 21:20:37 +02:00

8 lines
226 B
C#

namespace Content.Shared.Weapons.Ranged.Events;
/// <summary>
/// Raised directed on the gun when trying to fire it while it's out of ammo
/// </summary>
[ByRefEvent]
public record struct OnEmptyGunShotEvent(EntityUid User);