struct SAIPredictedCharacterStates { enum { maxStates = 32 }; SAIPredictedCharacterState states[maxStates]; int nStates; };
IAgent.h
int nStates;
SAIPredictedCharacterState states[maxStates];
SAIPredictedCharacterStates();
void Serialize(TSerialize ser);