예제 #1
0
파일: Config.cs 프로젝트: DarkLotus/voxeliq
 public void Save()
 {
     ConfigManager.Save();
 }
예제 #2
0
파일: Config.cs 프로젝트: DarkLotus/voxeliq
 public Config(string sectionName)
 {
     this._section = ConfigManager.Section(sectionName) ?? ConfigManager.AddSection(sectionName);
 }