Esempio n. 1
0
 public static Formation GetRandomFormation()
 {
     return(FormationData.GetById(rnd.Next(1, FormationData.GetFormations().Count() + 1)));
 }