using XGame.Framework.UI; namespace XGame.Framework { /// /// 上下文接口 /// public interface IContext { IUIModule UI { get; } } }