Method | Description | |
---|---|---|
GetRandomTreasureItem ( Random, rnd ) : Item, | ||
OnBoss ( Dungeon, dungeon ) : void | ||
OnCleared ( Dungeon, dungeon ) : void | ||
Route ( Creature, creature, Item, item, string &dungeonName ) : bool |
public GetRandomTreasureItem ( Random, rnd ) : Item, | ||
rnd | Random, | |
return | Item, |
public Route ( Creature, creature, Item, item, string &dungeonName ) : bool | ||
creature | Creature, | |
item | Item, | |
dungeonName | string | |
return | bool |