Shop

Shop inherits from TradeHub

Shop allows the Player to "Trade" Coins for Items.

For more details about Shops, refer to how to work with Shops.


SHOP

  • shopUIPrefab: ShopUI that will appear when interacting with the Shop . It contains all ShopButtons that the player can interact with to purchase items.

  • shopitems:Stores all Items sold in this Shop

TIP: Since Shopitems is linked to each Shop specifically, you can create different types of Shops. This allows full control on what can be purchased & what cannot be purchased on each Shop.


Getters | Shop.cs

ShopUIInstance

Returns the ShopUI associated.

Last updated