retreev / PangLib

Series of tools to interact with Pangya PC MMO game files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to create file-less instance

pixeldesu opened this issue · comments

Don't depend on a file path to be passed to the DATFile constructor.

ToDo:

  • Add a file path-less constructor to DATFile
  • Add a Load method which takes a path to load in an DAT file

Resolved with commit 4656425