예제 #1
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenGroupConfig, this);
예제 #2
0
 public static ScreenGroupConfig Load() => FileConfigUtil.Load <ScreenGroupConfig>(PathBase.ScreenGroupConfig);
예제 #3
0
 public static ScreenConfig Load(int index) => FileConfigUtil.Load <ScreenConfig>(PathBase.ScreenConfig(index), index, true);
예제 #4
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenConfig(Index), this);
예제 #5
0
 public static ScreenState Load(int index) => FileConfigUtil.Load <ScreenState>(PathBase.ScreenState(index), index);