class TimedEvent
{
public:
    float32 m_TimeBetweenEvents;
    float32 m_fNextEvent;
};