/**
 * @defgroup PlanesTypes Planes types
 * @ingroup Defines
 *
 * \~russian  
 * \~english Plane types
 *
 * \~
 * @see      NpcPlane::Type
 *
 */
/*@{*/

#define AI_PLANE_MISC               (0)
#define AI_PLANE_ATTACK             (1)
#define AI_PLANE_WALK               (2)
#define AI_PLANE_PICK               (3)
#define AI_PLANE_PATROL             (4) // WIP
#define AI_PLANE_COURIER            (5) // WIP

/*@}*/
