Lyra starter project custom server inventory

image
hi folks.
I’m working with Lyra starter project.
In that, there’s a built in inventory system for each player controller.

I’d like to prepare global inventory which manages every items on map and player can buy or trade items with it.

My question is, should I make custom global inventory component which based on lyra’s inventory and add to GameExperienceDefinition?

I have no idea how should I start