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; /// /// 提供取消注册扩展方法的静态类