namespace XGame.Framework { /// <summary> /// 事件总线 /// </summary> public interface IEventModule : IEventListener, IEventDispatcher { } }