void EndGame(bool won, string cause) { worldState.DestroyRooms(); panelHandler.ShowEndPanel(won, cause); }