예제 #1
0
파일: ArcDAT.cs 프로젝트: Casidi/GARbro
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection<Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }
예제 #2
0
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection <Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }