using GFramework.Core.Abstractions.storage; namespace GFramework.Game.Abstractions.storage; /// /// 表示作用域存储接口,继承自基础存储接口 /// public interface IScopedStorage : IStorage;