setting project : korean -> english
This commit is contained in:
@@ -6,7 +6,7 @@ namespace AR
|
||||
public static class SETTING
|
||||
{
|
||||
public static SystemSetting System;
|
||||
public static CounterSetting Counter;
|
||||
public static CountSetting Counter;
|
||||
public static CommonSetting Data;
|
||||
public static UserSetting User;
|
||||
public static Boolean isInit { get; private set; } = false;
|
||||
@@ -18,7 +18,7 @@ namespace AR
|
||||
User.Load();
|
||||
if (System == null) System = new SystemSetting();
|
||||
System.Load();
|
||||
if (Counter == null) Counter = new CounterSetting();
|
||||
if (Counter == null) Counter = new CountSetting();
|
||||
Counter.Load();
|
||||
isInit = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user