class FootstepSound_t
{
public:
    CSoundEventName m_sFootstepSound;
    int32 m_nFootstepPriority;
};

KV3 Class Defaults

{
    m_sFootstepSound = soundevent:""
    m_nFootstepPriority = -1
}