class EventSimpleLoopFrameUpdate_t
{
public:
    EngineLoopState_t m_LoopState;
    float32 m_flRealTime;
    float32 m_flFrameTime;
};