Base class for all game-related events.
Event triggered when the game starts in a specific room.
~GameStartedEvent() override=default
const std::string & getRoomId() const
Get the room ID where the game started.
GameStartedEvent(const std::string &roomId="")