示例#1
0
 /// <exception cref="FileNotFoundException"></exception>
 public static Stream GetFile(MpqArchive archive, string path)
 {
     return(MpqFile.OpenRead(archive, path));
 }
示例#2
0
 /// <exception cref="FileNotFoundException"></exception>
 public static Stream GetFile(string path)
 {
     return(MpqFile.OpenRead(path));
 }