Show / Hide Table of Contents

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 Source

GetNotchCost(AbstractItem)

Declaration
int GetNotchCost(AbstractItem item)
Parameters
Type Name Description
AbstractItem item
Returns
Type Description
System.Int32

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX