Interface ICostDisplayerSelectionStrategy
Interface used to select a cost displayer for a given shop
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public interface ICostDisplayerSelectionStrategy
Methods
| Improve this Doc View SourceGetCostDisplayer(AbstractItem)
Gets a cost displayer for a given item based on the chosen strategy.
Declaration
CostDisplayer GetCostDisplayer(AbstractItem item)
Parameters
Type | Name | Description |
---|---|---|
AbstractItem | item | The item to use to choose the correct type of cost displayer |
Returns
Type | Description |
---|---|
CostDisplayer |