Class GoldQuest
- Namespace
- Nekoyume.Model.Quest
- Assembly
- Lib9c.dll
[Serializable]
public class GoldQuest : Quest, IState
- Inheritance
-
GoldQuest
- Implements
-
- Inherited Members
-
Constructors
GoldQuest(Dictionary)
public GoldQuest(Dictionary serialized)
Parameters
serialized
Dictionary
GoldQuest(List)
public GoldQuest(List serialized)
Parameters
serialized
List
GoldQuest(Row, QuestReward)
public GoldQuest(GoldQuestSheet.Row data, QuestReward reward)
Parameters
data
GoldQuestSheet.Row
reward
QuestReward
Properties
QuestType
public override QuestType QuestType { get; }
Property Value
- QuestType
Type
public TradeType Type { get; }
Property Value
- TradeType
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(FungibleAssetValue)
public void Update(FungibleAssetValue gold)
Parameters
gold
FungibleAssetValue