enum class NmFootPhase_ t : uint8
{
LeftFootDown = 0,
RightFootPassing = 1,
RightFootDown = 2,
LeftFootPassing = 3,
None = 4,
};enum class NmFootPhase_ t : uint8
{
LeftFootDown = 0,
RightFootPassing = 1,
RightFootDown = 2,
LeftFootPassing = 3,
None = 4,
};