Files
tbd-station-14/Content.Shared/Weapons/Ranged/Events/GunCycledEvent.cs
2023-05-27 14:15:15 +10:00

8 lines
182 B
C#

namespace Content.Shared.Weapons.Ranged.Events;
/// <summary>
/// Raised directed on a gun when it cycles.
/// </summary>
[ByRefEvent]
public readonly record struct GunCycledEvent;