Carrying on with our work on the mobile adventure game’s shop system, let’s take a look at the ShopKeeper class 😉 In particular, there are three key methods to this script: SelectItem, AttemptPurchase, and UpdatePlayerInventory. SelectItem As we saw in the previous article, this public method gets called from one of…