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