返回提交历史
Modified
XFEExtension.NetCore.MemoryEditor/DynamicMemoryListener.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/DynamicMemoryItem.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/DynamicMemoryManager.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/MemoryItemBuilder.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/MemoryManagerBuilder.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/StaticMemoryItem.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/StaticMemoryManager.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/UpdatableMemoryItem.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/Manager/UpdatableMemoryManager.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/StaticMemoryListener.cs
+1
-1
Modified
XFEExtension.NetCore.MemoryEditor/UpdatableMemoryListener.cs
+1
-1
XFEstudio/XFEExtension.NetCore.MemoryEditor
更新引用对应的命名空间
137a61b
代码差异
11 个文件
+11
-11
@@ -1,4 +1,4 @@
1
using XFEExtension.NetCore.ImplExtension;
1
using XFEExtension.NetCore.AutoImplement;
2
2
3
3
namespace XFEExtension.NetCore.MemoryEditor;
4
4
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -1,4 +1,4 @@
1
using XFEExtension.NetCore.ImplExtension;
1
using XFEExtension.NetCore.AutoImplement;
2
2
3
3
namespace XFEExtension.NetCore.MemoryEditor;
4
4
@@ -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