Ejemplo n.º 1
0
 def _areahunt(self_id, point):
     return [EnvCmd.make_areahunt(self_id, 270, 80, *point, *AREA_HUNT_PARAMS)]
Ejemplo n.º 2
0
 def _areahunt(self_id, point):
     print("红方-轰炸机-{0}-区域 突击-{1}!".format(self_id, point))
     return [
         EnvCmd.make_areahunt(self_id, 270, 80, *point, *AREA_HUNT_PARAMS)
     ]