NFTInventory Class
The NFTInventory class is responsible for managing the inventory of NFTs within Unity applications using the Xerial services. It provides functionalities to add NFTs to the inventory.
Usage
Constructor
Properties
nfts: A list of
NFT
objects representing the NFTs in the inventory.
Methods
AddNFT(NFT nft): Adds the specified NFT to the inventory.
Example
Last updated