Table of Contents

Class GeneralQuest

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

Constructors

GeneralQuest(Dictionary)

public GeneralQuest(Dictionary serialized)

Parameters

serialized Dictionary

GeneralQuest(List)

public GeneralQuest(List serialized)

Parameters

serialized List

GeneralQuest(Row, QuestReward)

public GeneralQuest(GeneralQuestSheet.Row data, QuestReward reward)

Parameters

data GeneralQuestSheet.Row
reward QuestReward

Fields

Event

public readonly QuestEventType Event

Field Value

QuestEventType

Properties

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(CollectionMap)

public void Update(CollectionMap eventMap)

Parameters

eventMap CollectionMap