namespace SK.Framework { /// /// Mono类型单例接口 /// public interface IMonoSingleton : ISingleton { bool IsDontDestroyOnLoad { get; } } }