Show / Hide Table of Contents

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 Source

GetCostDisplayer(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

Extension Methods

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