I was thinking about why ZP50's dev team using multiple arrays to store zombie class data (name, desc, HP etc.) Wouldn't be a better to store them only in one with nested arrays? I think they did this for reason but I don't know.
If I am right and I use the array in array method which one is better to retreive data with netives?
1. Using multiple natives for retreive name and desc. OR
2. Using only one native that retreive the complett object. For example a zombie class's name and desc.
Ofc I don't want to modify their code. I only want to implement mine as bast I can.
Thanks for your advices.