XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.MemoryEditor

【DLL】内存读写工具/编辑器

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.MemoryEditor

更新引用对应的命名空间

137a61b
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

11 个文件 +11 -11
Modified XFEExtension.NetCore.MemoryEditor/DynamicMemoryListener.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor;
4 4
Modified XFEExtension.NetCore.MemoryEditor/Manager/DynamicMemoryItem.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor.Manager;
4 4
Modified XFEExtension.NetCore.MemoryEditor/Manager/DynamicMemoryManager.cs +1 -1
@@ -1,5 +1,5 @@
1 1 using System.Collections;
2 using XFEExtension.NetCore.ImplExtension;
2 using XFEExtension.NetCore.AutoImplement;
3 3
4 4 namespace XFEExtension.NetCore.MemoryEditor.Manager;
5 5
Modified XFEExtension.NetCore.MemoryEditor/Manager/MemoryItemBuilder.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor.Manager;
4 4
Modified XFEExtension.NetCore.MemoryEditor/Manager/MemoryManagerBuilder.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor.Manager;
4 4
Modified XFEExtension.NetCore.MemoryEditor/Manager/StaticMemoryItem.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor.Manager;
4 4
Modified XFEExtension.NetCore.MemoryEditor/Manager/StaticMemoryManager.cs +1 -1
@@ -1,5 +1,5 @@
1 1 using System.Collections;
2 using XFEExtension.NetCore.ImplExtension;
2 using XFEExtension.NetCore.AutoImplement;
3 3
4 4 namespace XFEExtension.NetCore.MemoryEditor.Manager;
5 5
Modified XFEExtension.NetCore.MemoryEditor/Manager/UpdatableMemoryItem.cs +1 -1
@@ -1,6 +1,6 @@
1 1 using System.Diagnostics;
2 2 using XFEExtension.NetCore.DelegateExtension;
3 using XFEExtension.NetCore.ImplExtension;
3 using XFEExtension.NetCore.AutoImplement;
4 4
5 5 namespace XFEExtension.NetCore.MemoryEditor.Manager;
6 6
Modified XFEExtension.NetCore.MemoryEditor/Manager/UpdatableMemoryManager.cs +1 -1
@@ -1,5 +1,5 @@
1 1 using System.Collections;
2 using XFEExtension.NetCore.ImplExtension;
2 using XFEExtension.NetCore.AutoImplement;
3 3
4 4 namespace XFEExtension.NetCore.MemoryEditor.Manager;
5 5
Modified XFEExtension.NetCore.MemoryEditor/StaticMemoryListener.cs +1 -1
@@ -1,4 +1,4 @@
1 using XFEExtension.NetCore.ImplExtension;
1 using XFEExtension.NetCore.AutoImplement;
2 2
3 3 namespace XFEExtension.NetCore.MemoryEditor;
4 4
Modified XFEExtension.NetCore.MemoryEditor/UpdatableMemoryListener.cs +1 -1
@@ -1,6 +1,6 @@
1 1 using System.Diagnostics;
2 2 using XFEExtension.NetCore.DelegateExtension;
3 using XFEExtension.NetCore.ImplExtension;
3 using XFEExtension.NetCore.AutoImplement;
4 4
5 5 namespace XFEExtension.NetCore.MemoryEditor;
6 6