Class CostInfo
Instructions for a container to enforce a Cost.
Inheritance
System.Object
CostInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class CostInfo
Fields
| Improve this Doc View Sourceapplied
Declaration
public bool applied
Field Value
Type | Description |
---|---|
System.Boolean |
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> |