Table of Contents

Class ItemEnhancement9.ResultModel

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[Serializable]
public class ItemEnhancement9.ResultModel : AttachmentActionResult, IState
Inheritance
ItemEnhancement9.ResultModel
Implements
Inherited Members

Constructors

ResultModel()

public ResultModel()

ResultModel(Dictionary)

public ResultModel(Dictionary serialized)

Parameters

serialized Dictionary

Fields

actionPoint

public int actionPoint

Field Value

int

enhancementResult

public ItemEnhancement9.EnhancementResult enhancementResult

Field Value

ItemEnhancement9.EnhancementResult

gold

public BigInteger gold

Field Value

BigInteger

id

public Guid id

Field Value

Guid

materialItemIdList

public IEnumerable<Guid> materialItemIdList

Field Value

IEnumerable<Guid>

preItemUsable

public ItemUsable preItemUsable

Field Value

ItemUsable

Properties

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Serialize()

public override IValue Serialize()

Returns

IValue