Merchant Trade

The MerchantTrade is responsible for managing the trading functionalities of a merchant NPC.

Properties

  • private MerchantWorker merchantWorker: References the MerchantWorker associated withMerchantTrade.

Constructor

  • public MerchantTrade(MerchantWorker merchantWorker): Initializes a new instance of the MerchantTrade class, assigning the MerchantWorker.

Last updated