C# 클래스 AutoBoss.Config

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

공개 프로퍼티들

프로퍼티 타입 설명
AnnounceMinions bool
AutoStartEnabled bool
BossArenas bool>.Dictionary
BossToggles bool>.Dictionary
ContinuousBoss bool
DayBosses Dictionary>
DayMinionList List
DayTimerFinished string
DayTimerText string[]
EnableDayTimerText bool
EnableNightTimerText bool
EnableSpecialTimerText bool
MessageInterval int
MinionSpawnCount int[]
MinionToggles bool>.Dictionary
MinionsSpawnTimer int[]
NightBosses Dictionary>
NightMinionList List
NightTimerFinished string
NightTimerText string[]
OneWave bool
SpecialBosses Dictionary>
SpecialMinionList List
SpecialTimerFinished string
SpecialTimerText string[]

공개 메소드들

메소드 설명
Read ( string path ) : Config
Write ( string path ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( string path ) : Config
path string
리턴 Config

Write() 공개 메소드

public Write ( string path ) : void
path string
리턴 void

프로퍼티 상세

AnnounceMinions 공개적으로 프로퍼티

public bool AnnounceMinions
리턴 bool

AutoStartEnabled 공개적으로 프로퍼티

public bool AutoStartEnabled
리턴 bool

BossArenas 공개적으로 프로퍼티

public Dictionary BossArenas
리턴 bool>.Dictionary

BossToggles 공개적으로 프로퍼티

public Dictionary BossToggles
리턴 bool>.Dictionary

ContinuousBoss 공개적으로 프로퍼티

public bool ContinuousBoss
리턴 bool

DayBosses 공개적으로 프로퍼티

public Dictionary> DayBosses
리턴 Dictionary>

DayMinionList 공개적으로 프로퍼티

public List DayMinionList
리턴 List

DayTimerFinished 공개적으로 프로퍼티

public string DayTimerFinished
리턴 string

DayTimerText 공개적으로 프로퍼티

public string[] DayTimerText
리턴 string[]

EnableDayTimerText 공개적으로 프로퍼티

public bool EnableDayTimerText
리턴 bool

EnableNightTimerText 공개적으로 프로퍼티

public bool EnableNightTimerText
리턴 bool

EnableSpecialTimerText 공개적으로 프로퍼티

public bool EnableSpecialTimerText
리턴 bool

MessageInterval 공개적으로 프로퍼티

public int MessageInterval
리턴 int

MinionSpawnCount 공개적으로 프로퍼티

public int[] MinionSpawnCount
리턴 int[]

MinionToggles 공개적으로 프로퍼티

public Dictionary MinionToggles
리턴 bool>.Dictionary

MinionsSpawnTimer 공개적으로 프로퍼티

public int[] MinionsSpawnTimer
리턴 int[]

NightBosses 공개적으로 프로퍼티

public Dictionary> NightBosses
리턴 Dictionary>

NightMinionList 공개적으로 프로퍼티

public List NightMinionList
리턴 List

NightTimerFinished 공개적으로 프로퍼티

public string NightTimerFinished
리턴 string

NightTimerText 공개적으로 프로퍼티

public string[] NightTimerText
리턴 string[]

OneWave 공개적으로 프로퍼티

public bool OneWave
리턴 bool

SpecialBosses 공개적으로 프로퍼티

public Dictionary> SpecialBosses
리턴 Dictionary>

SpecialMinionList 공개적으로 프로퍼티

public List SpecialMinionList
리턴 List

SpecialTimerFinished 공개적으로 프로퍼티

public string SpecialTimerFinished
리턴 string

SpecialTimerText 공개적으로 프로퍼티

public string[] SpecialTimerText
리턴 string[]