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