namespace XGame.Framework.Interfaces { /// /// 初始化接口 /// public interface IInitialize { /// /// 初始化 /// void Initialize(); } }