C# 클래스 Quest, UnderworldExporter

파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DayGaramonDream int
GaramonDream int
IncenseDream int
QuestVariables int[]
TalismansCastIntoAbyss bool[]
isTybalDead bool

공개 메소드들

메소드 설명
getIncenseDream ( ) : int

Gets the next incense dream

메소드 상세

getIncenseDream() 공개 메소드

Gets the next incense dream
public getIncenseDream ( ) : int
리턴 int

프로퍼티 상세

DayGaramonDream 공개적으로 프로퍼티

Tracks the last day that there was a garamon dream.
public int DayGaramonDream
리턴 int

GaramonDream 공개적으로 프로퍼티

Tracks which garamon dream we are at.
public int GaramonDream
리턴 int

IncenseDream 공개적으로 프로퍼티

Tracks which incense dream we are at
public int IncenseDream
리턴 int

QuestVariables 공개적으로 프로퍼티

The quest variable integers
public int[] QuestVariables
리턴 int[]

TalismansCastIntoAbyss 공개적으로 프로퍼티

The talismans cast into abyss in order to complete the game.
public bool[] TalismansCastIntoAbyss
리턴 bool[]

isTybalDead 공개적으로 프로퍼티

Is tybal dead.
public bool isTybalDead
리턴 bool