namespace Content.Shared.Weapons.Ranged.Events; /// /// Raised on an AmmoProvider to request deets. /// [ByRefEvent] public struct GetAmmoCountEvent { public int Count; public int Capacity; }