> For the complete documentation index, see [llms.txt](https://puppy-gaming.gitbook.io/simple-crypto-webgl-templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puppy-gaming.gitbook.io/simple-crypto-webgl-templates/workflow-and-references/nftattribute.cs.md).

# 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.
