C# Class AutoBoss.Config

Afficher le fichier Open project: WhiteXZ/AutoBoss Class Usage Examples

Méthodes publiques

Свойство Type Description
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[]

Méthodes publiques

Méthode Description
Read ( string path ) : Config
Write ( string path ) : void

Method Details

Read() public static méthode

public static Read ( string path ) : Config
path string
Résultat Config

Write() public méthode

public Write ( string path ) : void
path string
Résultat void

Property Details

AnnounceMinions public_oe property

public bool AnnounceMinions
Résultat bool

AutoStartEnabled public_oe property

public bool AutoStartEnabled
Résultat bool

BossArenas public_oe property

public Dictionary BossArenas
Résultat bool>.Dictionary

BossToggles public_oe property

public Dictionary BossToggles
Résultat bool>.Dictionary

ContinuousBoss public_oe property

public bool ContinuousBoss
Résultat bool

DayBosses public_oe property

public Dictionary> DayBosses
Résultat Dictionary>

DayMinionList public_oe property

public List DayMinionList
Résultat List

DayTimerFinished public_oe property

public string DayTimerFinished
Résultat string

DayTimerText public_oe property

public string[] DayTimerText
Résultat string[]

EnableDayTimerText public_oe property

public bool EnableDayTimerText
Résultat bool

EnableNightTimerText public_oe property

public bool EnableNightTimerText
Résultat bool

EnableSpecialTimerText public_oe property

public bool EnableSpecialTimerText
Résultat bool

MessageInterval public_oe property

public int MessageInterval
Résultat int

MinionSpawnCount public_oe property

public int[] MinionSpawnCount
Résultat int[]

MinionToggles public_oe property

public Dictionary MinionToggles
Résultat bool>.Dictionary

MinionsSpawnTimer public_oe property

public int[] MinionsSpawnTimer
Résultat int[]

NightBosses public_oe property

public Dictionary> NightBosses
Résultat Dictionary>

NightMinionList public_oe property

public List NightMinionList
Résultat List

NightTimerFinished public_oe property

public string NightTimerFinished
Résultat string

NightTimerText public_oe property

public string[] NightTimerText
Résultat string[]

OneWave public_oe property

public bool OneWave
Résultat bool

SpecialBosses public_oe property

public Dictionary> SpecialBosses
Résultat Dictionary>

SpecialMinionList public_oe property

public List SpecialMinionList
Résultat List

SpecialTimerFinished public_oe property

public string SpecialTimerFinished
Résultat string

SpecialTimerText public_oe property

public string[] SpecialTimerText
Résultat string[]