using H2Engine; public interface IEventHandler { int GetEventID(); Evt.E_EventType GetEventType(); void Init(Evt evt); bool IsCompelete(); void Update(); void UnInit(); }