I am looking for a efficient way to store the data of what monsters will drop when killed.
All my items are classes, using inheritance. What I was thinking is to set the drops on the each monster constructor but I can't figure out the best way to do so.