GunCycledEvent.cs 182 B

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