Example #1
0
 private void OnServerListUpdated(ServerListInfoModel model)
 {
     SelectServerScreen.UpdateServerList(model);
 }
Example #2
0
 public void UpdateServerList(ServerListInfoModel model)
 {
     _btnConnect.SetActive(model.Servers.Count > 0);
 }