tModLoader v2024.10
A mod to make and play Terraria mods
|
Describes a variant of an Item. More...
Public Member Functions | |
ItemVariant (LocalizedText description) | |
Creates a new ItemVariant with the provided localized description. More... | |
override string | ToString () |
Public Attributes | |
readonly LocalizedText | Description |
The localized description of this ItemVariant. | |
Describes a variant of an Item.
ItemVariant.ItemVariant | ( | LocalizedText | description | ) |
Creates a new ItemVariant with the provided localized description.
description | The localized description to use. |