From 3d212716d6b74cc0449d0d467abd5c824683c563 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:14:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tests):=20=E6=9B=B4=E6=96=B0=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=AE=A1=E7=90=86=E6=B5=8B=E8=AF=95=E7=9A=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了属性抽象层的命名空间引用 - 添加了状态管理抽象层的命名空间引用 - 保持了原有的核心扩展、属性和状态管理命名空间引用 --- GFramework.Core.Tests/StateManagement/StoreTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GFramework.Core.Tests/StateManagement/StoreTests.cs b/GFramework.Core.Tests/StateManagement/StoreTests.cs index 9101cab..e55f631 100644 --- a/GFramework.Core.Tests/StateManagement/StoreTests.cs +++ b/GFramework.Core.Tests/StateManagement/StoreTests.cs @@ -1,3 +1,5 @@ +using GFramework.Core.Abstractions.Property; +using GFramework.Core.Abstractions.StateManagement; using GFramework.Core.Extensions; using GFramework.Core.Property; using GFramework.Core.StateManagement;