Beispiel #1
0
 public void CallGetConfigurationsResponse(TowerUpgradeConfigurationContent content)
 {
     if (onGetConfigurationsResponse != null)
     {
         onGetConfigurationsResponse(content);
     }
     else
     {
         throw new InvalidOperationException();
     }
 }
 private void OnGetConfigurations(TowerUpgradeConfigurationContent content)
 {
     TowerUpgradeConfiguration.Load(content);
     IANTGame.IsLoadedConfigurations = true;
     startMenuUI.LoadedConfigurations();
 }