Ejemplo n.º 1
0
 public void AbilityActivate(string name)
 {
     Debug.Log("This: " + this.GetComponent <UIController>().ToString());
     player.Ability(name);
 }