Esempio n. 1
0
 public void AttackFrontGoblin()
 {
     ActionController.currentEnemy = "frontGoblin";
     ActionController.AttackSpecificEnemy();
     gameObject.SetActive(false);
 }