retreev / PangLib

Series of tools to interact with Pangya PC MMO game files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use fixed size arrays instead of Lists in DataModels

pixeldesu opened this issue · comments

While Lists make sense for the root PETFile, we should use fixed size arrays in the DataModels.

In basically all cases we have a *count property available in a file which we could use to get a properly sized array.