Ejemplo n.º 1
0
 // --- Methods ---
 // Called when the team has their turn reset
 public virtual void onResetTurn(BattleMap map)
 {
     if(isAI)
         map.updateAI();
 }