What is the best method to organize a medium/large amount of enemies, items and possibly abilities (50~200).
I saw some tutorials using enum but it can hold few a single string, I might be able to use prefabs for enemies.
I am using classes for the structure, but how can I populate/create the actual object in one main location for easier organization.
I am thinking of an RPG game, so any relevant information would be great too.