class AI_ CustomMoveRequest
{
public:
CGlobalSymbol m_ sType;
CAI_ InterestTarget m_ interestTarget;
bool m_ bForceInterrupt;
float32 m_ flMinPathLength;
VectorWS m_ vTargetPosition;
};class AI_ CustomMoveRequest
{
public:
CGlobalSymbol m_ sType;
CAI_ InterestTarget m_ interestTarget;
bool m_ bForceInterrupt;
float32 m_ flMinPathLength;
VectorWS m_ vTargetPosition;
};