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