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