Table of Contents

Class RuneSlotInfo

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[Serializable]
public class RuneSlotInfo
Inheritance
RuneSlotInfo
Inherited Members

Constructors

RuneSlotInfo(List)

public RuneSlotInfo(List serialized)

Parameters

serialized List

RuneSlotInfo(int, int)

public RuneSlotInfo(int slotIndex, int runeId)

Parameters

slotIndex int
runeId int

Properties

RuneId

public int RuneId { get; }

Property Value

int

SlotIndex

public int SlotIndex { get; }

Property Value

int

Methods

Serialize()

public IValue Serialize()

Returns

IValue