private void MoveArmies(AIPlayer aiPlayer) { Army army = aiPlayer.GetNextArmy(); do { army = aiPlayer.GetNextArmy(); } while (army != null); }