C# Class AutoBoss.BossEvents

Show file Open project: WhiteXZ/AutoBoss Class Usage Examples

Public Methods

Method Description
SelectMinions ( BattleType type ) : IEnumerable
StartBossBattle ( BattleType type ) : void
StartMinionSpawns ( IEnumerable types ) : void

Method Details

SelectMinions() public static method

public static SelectMinions ( BattleType type ) : IEnumerable
type BattleType
return IEnumerable

StartBossBattle() public static method

public static StartBossBattle ( BattleType type ) : void
type BattleType
return void

StartMinionSpawns() public static method

public static StartMinionSpawns ( IEnumerable types ) : void
types IEnumerable
return void