class AIScheduleState_ t
{
public:
int32 m_ nCurTask;
TaskStatus_ t m_ nTaskStatus;
GameTime_ t m_ flTimeStarted;
GameTime_ t m_ flTimeCurTaskStarted;
int64 m_ taskFailureCode;
bool m_ bScheduleWasInterrupted;
};class AIScheduleState_ t
{
public:
int32 m_ nCurTask;
TaskStatus_ t m_ nTaskStatus;
GameTime_ t m_ flTimeStarted;
GameTime_ t m_ flTimeCurTaskStarted;
int64 m_ taskFailureCode;
bool m_ bScheduleWasInterrupted;
};