public string GetJarPath(string id) { return(PathManager.GetJarPath(GameRootPath, id)); }
public string GetJarPath(Modules.Version ver) { return(PathManager.GetJarPath(GameRootPath, ver)); }