コード例 #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));
 }