So I have lots of items. I created a MAP and thats how I track them when they are made or edited by the user. The key is an Integer and the Values are Structs. ok thats all fine. Now I want the user to be able to select a few items from from that MAP and make a Package out of them and name the package. Any tips on how to do this?
-User creates a package and gives it a name
-User selects items from the existing MAP with items to add to the newly created package