namespace Game.Events { /// /// Indicates that the bull is charing the player. /// public sealed record BullCharging(int PassNumber) : Event; }