예제 #1
0
 public HQRobot(RobotController rc) {
   super(rc);
   enemyHQLoc = rc.senseEnemyHQLocation();
   enHQDir = rc.getLocation().directionTo(enemyHQLoc);
 }