This commit is contained in:
chi
2025-05-26 17:19:36 +09:00
parent 8d0f0f8c8f
commit d6e7c118fb
40 changed files with 1550 additions and 3133 deletions

View File

@@ -7,6 +7,7 @@ using System.Drawing.Design;
using System.Runtime.CompilerServices;
using System.Management;
using System.IO.Ports;
using AR;
namespace Project
{
@@ -413,7 +414,7 @@ namespace Project
if (Language.isEmpty()) Language = "Kor";
if (Password_Setup.isEmpty()) Password_Setup = "0000";
if (musicfile.isEmpty()) musicfile = Util.CurrentPath + "music.mp3";
if (musicfile.isEmpty()) musicfile = UTIL.CurrentPath + "music.mp3";
if (musicvol == 0) musicvol = 50;
@@ -565,7 +566,7 @@ namespace Project
public CounterSetting()
{
this.filename = Util.CurrentPath + "counter.xml";
this.filename = AR.UTIL.CurrentPath + "counter.xml";
}
public override void AfterLoad()
{