class FootStepTrigger
{
public:
CUtlVector<int32> m_ tags;
int32 m_ nFootIndex;
StepPhase m_ triggerPhase;
};KV3 Class Defaults
{
m_ tags = [ ]
m_ nFootIndex = -1
m_ triggerPhase = "StepPhase_ OnGround"
}class FootStepTrigger
{
public:
CUtlVector<int32> m_ tags;
int32 m_ nFootIndex;
StepPhase m_ triggerPhase;
};{
m_ tags = [ ]
m_ nFootIndex = -1
m_ triggerPhase = "StepPhase_ OnGround"
}