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

SeaOfRadiationEditor

【WinForm】SeaOfRadiationEditor游戏修改器

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

XFEstudio/SeaOfRadiationEditor

修复部分bug

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

代码差异

2 个文件 +1 -4
Modified SeaOfRadiationEditor/MainForm.cs +0 -1
@@ -64,7 +64,6 @@ public partial class MainForm : Form
64 64 textBox1.Enabled = false;
65 65 await Task.Delay(5);
66 66 Program.Manager["Reset"].Write(int.Parse(textBox1.Text));
67 resetItem.Write(int.Parse(textBox1.Text));
68 67 }
69 68 catch (Exception ex)
70 69 {
Modified SeaOfRadiationEditor/SystemProfile.cs +1 -3
@@ -1,6 +1,4 @@
1 using XFEExtension.NetCore.ProfileExtension;
2
3 namespace SeaOfRadiationEditor;
1 namespace SeaOfRadiationEditor;
4 2
5 3 public static class SystemProfile
6 4 {