C# Class Nekoyume.Model.Quest.CombinationQuest

Inheritance: Nekoyume.Model.Quest.Quest
ファイルを表示 Open project: planetarium/lib9c Class Usage Examples

Public Properties

Property Type Description
ItemSubType ItemSubType
ItemType ItemType

Public Methods

Method Description
Check ( ) : void
CombinationQuest ( CombinationQuestSheet.Row data, Nekoyume.Model.Quest.QuestReward reward ) : System
CombinationQuest ( Dictionary serialized ) : System
GetProgressText ( ) : string
Serialize ( ) : IValue
Update ( List items ) : void

Method Details

Check() public method

public Check ( ) : void
return void

CombinationQuest() public method

public CombinationQuest ( CombinationQuestSheet.Row data, Nekoyume.Model.Quest.QuestReward reward ) : System
data CombinationQuestSheet.Row
reward Nekoyume.Model.Quest.QuestReward
return System

CombinationQuest() public method

public CombinationQuest ( Dictionary serialized ) : System
serialized Dictionary
return System

GetProgressText() public method

public GetProgressText ( ) : string
return string

Serialize() public method

public Serialize ( ) : IValue
return IValue

Update() public method

public Update ( List items ) : void
items List
return void

Property Details

ItemSubType public_oe property

public ItemSubType ItemSubType
return ItemSubType

ItemType public_oe property

public ItemType ItemType
return ItemType