class CMotorController
{
    void* __vftable;
public:
    float32 m_speed;
    float32 m_maxTorque;
    VectorWS m_axis;
    float32 m_inertiaFactor;
};