From d8fd3745c5c0b7e44060932641e8043d00ba19b7 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:13:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(core):=20=E4=BF=AE=E6=AD=A3=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将命名空间从 `GFramework.Core.Godot.godot.extensions` 更正为 `GFramework.Core.Godot.extensions` - 移除了重复的 `godot` 路径段,确保命名空间结构清晰一致 --- GFramework.Core.Godot/{godot => }/extensions/NodeExtensions.cs | 0 .../{godot => }/extensions/UnRegisterExtension.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename GFramework.Core.Godot/{godot => }/extensions/NodeExtensions.cs (100%) rename GFramework.Core.Godot/{godot => }/extensions/UnRegisterExtension.cs (94%) diff --git a/GFramework.Core.Godot/godot/extensions/NodeExtensions.cs b/GFramework.Core.Godot/extensions/NodeExtensions.cs similarity index 100% rename from GFramework.Core.Godot/godot/extensions/NodeExtensions.cs rename to GFramework.Core.Godot/extensions/NodeExtensions.cs diff --git a/GFramework.Core.Godot/godot/extensions/UnRegisterExtension.cs b/GFramework.Core.Godot/extensions/UnRegisterExtension.cs similarity index 94% rename from GFramework.Core.Godot/godot/extensions/UnRegisterExtension.cs rename to GFramework.Core.Godot/extensions/UnRegisterExtension.cs index 0b317dc..cc6e2a8 100644 --- a/GFramework.Core.Godot/godot/extensions/UnRegisterExtension.cs +++ b/GFramework.Core.Godot/extensions/UnRegisterExtension.cs @@ -1,7 +1,7 @@ using GFramework.Core.events; using Godot; -namespace GFramework.Core.Godot.godot.extensions; +namespace GFramework.Core.Godot.extensions; /// /// 提供取消注册扩展方法的静态类