Class CollectQuest
- Namespace
- Nekoyume.Model.Quest
- Assembly
- Lib9c.dll
[Serializable]
public class CollectQuest : Quest, IState
- Inheritance
-
CollectQuest
- Implements
-
- Inherited Members
-
Constructors
CollectQuest(Dictionary)
public CollectQuest(Dictionary serialized)
Parameters
serialized
Dictionary
CollectQuest(List)
public CollectQuest(List serialized)
Parameters
serialized
List
CollectQuest(Row, QuestReward)
public CollectQuest(CollectQuestSheet.Row data, QuestReward reward)
Parameters
data
CollectQuestSheet.Row
reward
QuestReward
Fields
ItemId
public readonly int ItemId
Field Value
- int
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 itemMap)
Parameters
itemMap
CollectionMap