namespace XGame.Framework.Loadable { /// /// 可被加载 /// public interface ILoadable : ILoadSync, ILoadAsync { } }