RemoveEnemy() public méthode

public RemoveEnemy ( int index ) : void
index int
Résultat void
Exemple #1
0
 //Event triggered when killed
 public virtual void OnDeath()
 {
     currentBattleArea.RemoveEnemy(gameObject);
 }