예제 #1
0
 void OnConfigFetched(GameSimConfigResponse response)
 {
     Debug.Log("Got a config!");
     counterIncrementBy = response.GetInt("Increment Counter By");
     StartGame();
 }