示例#1
0
 private void constructNoiseTower(MapLocation pastrLoc) throws GameActionException {
   rc.construct(RobotType.NOISETOWER);
   HerdPattern.computeAndPublish(here, pastrLoc, HerdPattern.Band.ONE, rc);
 }