C# 클래스 Nekoyume.Model.Quest.CombinationQuest

상속: Nekoyume.Model.Quest.Quest
파일 보기 프로젝트 열기: planetarium/lib9c 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemSubType ItemSubType
ItemType ItemType

공개 메소드들

메소드 설명
Check ( ) : void
CombinationQuest ( CombinationQuestSheet.Row data, Nekoyume.Model.Quest.QuestReward reward ) : System
CombinationQuest ( Dictionary serialized ) : System
GetProgressText ( ) : string
Serialize ( ) : IValue
Update ( List items ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : void
리턴 void

CombinationQuest() 공개 메소드

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

CombinationQuest() 공개 메소드

public CombinationQuest ( Dictionary serialized ) : System
serialized Dictionary
리턴 System

GetProgressText() 공개 메소드

public GetProgressText ( ) : string
리턴 string

Serialize() 공개 메소드

public Serialize ( ) : IValue
리턴 IValue

Update() 공개 메소드

public Update ( List items ) : void
items List
리턴 void

프로퍼티 상세

ItemSubType 공개적으로 프로퍼티

public ItemSubType ItemSubType
리턴 ItemSubType

ItemType 공개적으로 프로퍼티

public ItemType ItemType
리턴 ItemType