Esempio n. 1
0
 //Constructor
 public Battlefield()
 {
     fleet1 = new Fleet();
     herd1  = new Herd();
 }