Пример #1
0
 private void HandleOnLobbySelected(LobbyPanel selectedLobbyPanel)
 {
     foreach (var lobbyPanel in lobbyPanels)
     {
         lobbyPanel.DeselectPanel();
     }
     selectedLobbyPanel.SelectPanel();
 }