Ejemplo n.º 1
0
 public static bool FileExists(MpqArchive archive, string path)
 {
     return(MpqFile.Exists(archive, path));
 }
Ejemplo n.º 2
0
 public static bool FileExists(string path)
 {
     return(MpqFile.Exists(path));
 }