public override RobotMove NextMove(Map map, Vector target, SpecialTargetType type)
 {
     return NextMove(map);
 }
Example #2
0
 public abstract RobotMove NextMove(Map map, Vector target, SpecialTargetType type);