/**
 * @defgroup PlanesDefaultPriority Planes default priority
 * @ingroup Defines
 */
/*@{*/

#define AI_PLANE_MISC_PRIORITY      (10)
#define AI_PLANE_ATTACK_PRIORITY    (50)
#define AI_PLANE_WALK_PRIORITY      (20)
#define AI_PLANE_PICK_PRIORITY      (35)
#define AI_PLANE_PATROL_PRIORITY    (25)
#define AI_PLANE_COURIER_PRIORITY   (30)

/*@}*/
