mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
refactor(core): 修正命名空间路径错误
- 将命名空间从 `GFramework.Core.Godot.godot.extensions` 更正为 `GFramework.Core.Godot.extensions` - 移除了重复的 `godot` 路径段,确保命名空间结构清晰一致
This commit is contained in:
parent
fc02bbaaa9
commit
d8fd3745c5
@ -1,7 +1,7 @@
|
||||
using GFramework.Core.events;
|
||||
using Godot;
|
||||
|
||||
namespace GFramework.Core.Godot.godot.extensions;
|
||||
namespace GFramework.Core.Godot.extensions;
|
||||
|
||||
/// <summary>
|
||||
/// 提供取消注册扩展方法的静态类
|
||||
Loading…
x
Reference in New Issue
Block a user