Table of Contents

Class CombinationQuest

Namespace
Nekoyume.Model.Quest
Assembly
Lib9c.dll
[Serializable]
public class CombinationQuest : Quest, IState
Inheritance
CombinationQuest
Implements
Inherited Members

Constructors

CombinationQuest(Dictionary)

public CombinationQuest(Dictionary serialized)

Parameters

serialized Dictionary

CombinationQuest(List)

public CombinationQuest(List serialized)

Parameters

serialized List

CombinationQuest(Row, QuestReward)

public CombinationQuest(CombinationQuestSheet.Row data, QuestReward reward)

Parameters

data CombinationQuestSheet.Row
reward QuestReward

Properties

ItemSubType

public ItemSubType ItemSubType { get; }

Property Value

ItemSubType

ItemType

public ItemType ItemType { get; }

Property Value

ItemType

QuestType

public override QuestType QuestType { get; }

Property Value

QuestType

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Check()

public override void Check()

GetProgressText()

public override string GetProgressText()

Returns

string

Serialize()

public override IValue Serialize()

Returns

IValue

SerializeList()

public override IValue SerializeList()

Returns

IValue

Update(List<ItemBase>)

public void Update(List<ItemBase> items)

Parameters

items List<ItemBase>