Exemple #1
0
 public string GetJarPath(string id)
 {
     return(PathManager.GetJarPath(GameRootPath, id));
 }
Exemple #2
0
 public string GetJarPath(Modules.Version ver)
 {
     return(PathManager.GetJarPath(GameRootPath, ver));
 }