Пример #1
0
 private void Start()
 {
     try {
         GameOptions.LoadPlayers();
     }
     catch (Exception) {
         Debug.LogWarning("Loading selected Players failed");
     }
     SetToggles();
 }