Class CostInfo
Instructions for a container to enforce a Cost.
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class CostInfo
Constructors
View SourceCostInfo()
Declaration
public CostInfo()
Fields
View Sourceapplied
Declaration
public bool applied
Field Value
| Type | Description |
|---|---|
| bool |
cost
Declaration
public Cost cost
Field Value
| Type | Description |
|---|---|
| Cost |
placement
Declaration
public AbstractPlacement placement
Field Value
| Type | Description |
|---|---|
| AbstractPlacement |
previewItems
Declaration
public IEnumerable<AbstractItem> previewItems
Field Value
| Type | Description |
|---|---|
| IEnumerable<AbstractItem> |