RemoveEnemy() public method

public RemoveEnemy ( int index ) : void
index int
return void
Ejemplo n.º 1
0
 //Event triggered when killed
 public virtual void OnDeath()
 {
     currentBattleArea.RemoveEnemy(gameObject);
 }