Stromner/ACE-TitanQuest

Refactor BytecodeFileHandler

Stromner opened this issue · 1 comments

BytecodeFileHandler is doing two jobs right now and is quite bloated, break it out into two classes again

  • Read/Save file
  • Encode/Decode data

Will also help with decoupling if read&save is not dependant on encode&decode.

Fixed by 959e985