This commit is contained in:
atvstdla
2025-09-23 17:17:49 +09:00
parent 1d2bc49365
commit 7f18759004
17 changed files with 2407 additions and 2524 deletions

View File

@@ -64,7 +64,7 @@ namespace AR
public CounterSetting()
{
this.filename = AR.UTIL.CurrentPath + "counter.xml";
this.filename = AR.UTIL.MakePath("Data", "counter.xml");
}
public override void AfterLoad()
{