Files

8 lines
182 B
C#
Raw Permalink Normal View History

2023-05-27 14:15:15 +10:00
namespace Content.Shared.Weapons.Ranged.Events;
/// <summary>
/// Raised directed on a gun when it cycles.
/// </summary>
[ByRefEvent]
public readonly record struct GunCycledEvent;