public static bool FileExists(MpqArchive archive, string path) { return(MpqFile.Exists(archive, path)); }
public static bool FileExists(string path) { return(MpqFile.Exists(path)); }