Exemplo n.º 1
0
 public void IncrementLevel()
 {
     //Debug.Log("Increment Level!");
     pointController.SetIsWorthPoint(!pointController.GetIsWorthPoint());
     StartCoroutine(IncrementLevelHelper());
 }
Exemplo n.º 2
0
 public void IncrementLevel()
 {
     pointController.SetIsWorthPoint(!pointController.GetIsWorthPoint());
     StartCoroutine(IncrementLevelHelper());
 }