Method | Description | |
---|---|---|
OnBoss ( Dungeon, dungeon ) : void | ||
OnBossDeath ( Dungeon, dungeon, Creature, boss, Creature, killer ) : void | ||
OnCleared ( Dungeon, dungeon ) : void | ||
OnCreation ( Dungeon, dungeon ) : void | ||
OnLeftEarly ( Dungeon, dungeon, Creature, creature ) : void | ||
OnSectionCleared ( Dungeon, dungeon, int floor, int section ) : void |
public OnBossDeath ( Dungeon, dungeon, Creature, boss, Creature, killer ) : void | ||
dungeon | Dungeon, | |
boss | Creature, | |
killer | Creature, | |
return | void |
public OnCreation ( Dungeon, dungeon ) : void | ||
dungeon | Dungeon, | |
return | void |
public OnLeftEarly ( Dungeon, dungeon, Creature, creature ) : void | ||
dungeon | Dungeon, | |
creature | Creature, | |
return | void |
public OnSectionCleared ( Dungeon, dungeon, int floor, int section ) : void | ||
dungeon | Dungeon, | |
floor | int | |
section | int | |
return | void |