//member methods
 public void AttackRobot(Robot robot)
 {
     Herd theHerd = new Herd();
 }
Esempio n. 2
0
 public Battlefield()
 {
     theFleet = new Fleet();
     theHerd  = new Herd();
 }