How do I replicate an inventory?

I’d really like to avoid having all items spawned in the world, and a struct is not something I see as a viable option unless I can make my item subclasses inherit from the base item struct (which I don’t think is possible, or is it?).

And thanks for the tip, I’ll make sure to put it to good use. :slight_smile: