Class CombinationConsumable5.ResultModel
[Serializable]
public class CombinationConsumable5.ResultModel : AttachmentActionResult, IState
- Inheritance
-
CombinationConsumable5.ResultModel
- Implements
- Derived
- Inherited Members
Constructors
ResultModel()
public ResultModel()
ResultModel(Dictionary)
public ResultModel(Dictionary serialized)
Parameters
serialized
Dictionary
Fields
actionPoint
public int actionPoint
Field Value
gold
public BigInteger gold
Field Value
id
public Guid id
Field Value
itemType
public ItemType itemType
Field Value
materials
public Dictionary<Material, int> materials
Field Value
recipeId
public int recipeId
Field Value
subRecipeId
public int? subRecipeId
Field Value
- int?
Properties
TypeId
protected override string TypeId { get; }
Property Value
Methods
Serialize()
public override IValue Serialize()
Returns
- IValue