Quoted By:
I'm working on a Unity project similar to what Max is doing.
My current solution for static data (Pokemon species, Types, Abilities, Attacks) is to scrape bulbapedia and throw the data into a static Class,
But this means I will need some kind of Script builder that builds these static classes if I want to make it possible to add and remove this kind of data.
Is there a less retarded way of doing this?