Table of Contents

Class CombinationConsumable5.ResultModel

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[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

int

gold

public BigInteger gold

Field Value

BigInteger

id

public Guid id

Field Value

Guid

itemType

public ItemType itemType

Field Value

ItemType

materials

public Dictionary<Material, int> materials

Field Value

Dictionary<Material, int>

recipeId

public int recipeId

Field Value

int

subRecipeId

public int? subRecipeId

Field Value

int?

Properties

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Serialize()

public override IValue Serialize()

Returns

IValue