namespace Game.Events { /// /// Indicates that the player has survived being gored by the bull. /// public sealed record PlayerSurvived() : Event; }