namespace Content.Shared.Weapons.Ranged.Events;
///
/// Raised directed on the gun entity when ammo is shot to calculate its spread.
///
/// The spread of the ammo, can be changed by handlers.
[ByRefEvent]
public record struct GunGetAmmoSpreadEvent(Angle Spread);