Is there a way to make a container that is a parent class and contain all children types?

I was curious to know if there was a way to do this, right now I have a weapons base that each weapon I’ve made (a child of this base.) uses, and I’d like to create a container that I can put a reference to each so I can cycle through them programmatically.

Thank you,
Alex Batista :smiley: