namespace Game.Events { /// /// Common base class for all events in the game. /// public abstract record Event(); }