Пример #1
0
 public void Save(string folderPath) => AGSProject.SaveJson(Path.Combine(getFolder(folderPath), Filename), this);
Пример #2
0
 public void Save(string folderPath) => AGSProject.SaveJson(getFilepath(folderPath), this);
Пример #3
0
 private void saveGameSettings(IEditorPlatform platform, IGame game, string path)
 {
     AGSProject.SaveJson(platform, game, path, Settings);
 }
Пример #4
0
 public void Save(IEditorPlatform platform, IGame game, string folderPath) => AGSProject.SaveJson(platform, game, getFilepath(folderPath), this);
Пример #5
0
 public void Save(IEditorPlatform platform, IGame game, string folderPath) => AGSProject.SaveJson(platform, game, Path.Combine(getFolder(folderPath), Filename), this);