diff --git a/GFramework.Game.Abstractions/data/IRepository.cs b/GFramework.Game.Abstractions/data/IRepository.cs index 3e7724e..1aae810 100644 --- a/GFramework.Game.Abstractions/data/IRepository.cs +++ b/GFramework.Game.Abstractions/data/IRepository.cs @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +using GFramework.Core.Abstractions.utility; + namespace GFramework.Game.Abstractions.data; /// @@ -18,7 +20,7 @@ namespace GFramework.Game.Abstractions.data; /// /// 键的类型 /// 值的类型 -public interface IRepository +public interface IRepository : IUtility { /// /// 添加键值对到仓储中