retreev / PangLib

Series of tools to interact with Pangya PC MMO game files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use structs instead of classes for DataModels

pixeldesu opened this issue · comments

Not even sure why I used classes in the first place, probably just a minor oversight on my end here.

structs make way more sense for these.

Note: With using structs we lose the ability to have default values on initializing an instance, so List<>s have to be created in the proper helper.