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