NFTAttribute.cs

This is a ScriptableObject that serves to hold the attributeName and attributeValue for each attribute a CryptoNFT has. They are handled the same way a CryptoNFT is being that one is created for each attribute and then added to a List<> on the CryptoNFT they are for.

Last updated