Exemplo n.º 1
0
 public ExtractedFile(BND4.File bnd4File, string path)
 {
     File = bnd4File;
     Path = path;
 }
Exemplo n.º 2
0
 public ExtractedFile(BND4.File bnd4File)
 {
     File = bnd4File;
 }