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