Interface IShopNotchCostTag
Interface used by shops to determine whether an item has a notch cost that should be displayed.
The notch cost of a CharmItem or EquippedCharmItem is displayed even if it does not have this tag.
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public interface IShopNotchCostTag
Methods
| Improve this Doc View SourceGetNotchCost(AbstractItem)
Declaration
int GetNotchCost(AbstractItem item)
Parameters
Type | Name | Description |
---|---|---|
AbstractItem | item |
Returns
Type | Description |
---|---|
System.Int32 |