Exemple #1
0
 public static bool FileExists(uint fileId)
 {
     return(Mpq.FileExists(fileId));
 }
Exemple #2
0
 public static bool FileExists(ulong hash)
 {
     return(Mpq.FileExists(hash));
 }
Exemple #3
0
 public static bool FileExists(string path)
 {
     return(Mpq.FileExists(path));
 }