예제 #1
0
 public ExtractedFile(BND4.File bnd4File, string path)
 {
     File = bnd4File;
     Path = path;
 }
예제 #2
0
 public ExtractedFile(BND4.File bnd4File)
 {
     File = bnd4File;
 }