class EventSimulate_t
{
public:
    EngineLoopState_t m_LoopState;
    bool m_bFirstTick;
    bool m_bLastTick;
};