Exemplo n.º 1
0
 //adds a formation to the army's list of formations
 public void AddFormation(Formation formation)
 {
     formationList.Add(formation);
     armyTroops += formation.GetCurrentTroops();
 }