public static bool FileExists(uint fileId) { return(Mpq.FileExists(fileId)); }
public static bool FileExists(ulong hash) { return(Mpq.FileExists(hash)); }
public static bool FileExists(string path) { return(Mpq.FileExists(path)); }