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