This class defines different types of currency

Fields#
| Name | Description |
|---|
| Premium | Marks as a premimum currency that cannot be converted and doesn't contribute to weight. |
| Value | Value of a single piece of this currency |
| Weight | Weight of a single piece of this currency |
| Sprite Asset | Sprite Asset to use with this currency |
| Sprite Index | Index of sprite in asset |
Properties#
| Name | Description |
|---|
| info | Information about this object |
| type | Gets the type of the object |
Methods#
| Name | Description |
|---|
| Clone | Create a clone of this object |
| LoadSpriteAsset | Load the sprite associated with this object |
| Matches | Compare object to another copy |