mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 01:06:09 +00:00
update jsdoc
This commit is contained in:
parent
43a6722496
commit
c1f1ba113b
@ -138,7 +138,7 @@ export default class MysteryEncounter implements IMysteryEncounter {
|
|||||||
onInit?: (scene: BattleScene) => boolean;
|
onInit?: (scene: BattleScene) => boolean;
|
||||||
/** Event when battlefield visuals have finished sliding in and the encounter dialogue begins */
|
/** Event when battlefield visuals have finished sliding in and the encounter dialogue begins */
|
||||||
onVisualsStart?: (scene: BattleScene) => boolean;
|
onVisualsStart?: (scene: BattleScene) => boolean;
|
||||||
/** Event prior to {@link CommandPhase}, during */
|
/** Event triggered prior to {@link CommandPhase}, during {@link TurnInitPhase} */
|
||||||
onTurnStart?: (scene: BattleScene) => boolean;
|
onTurnStart?: (scene: BattleScene) => boolean;
|
||||||
/** Event prior to any rewards logic in {@link MysteryEncounterRewardsPhase} */
|
/** Event prior to any rewards logic in {@link MysteryEncounterRewardsPhase} */
|
||||||
onRewards?: (scene: BattleScene) => Promise<void>;
|
onRewards?: (scene: BattleScene) => Promise<void>;
|
||||||
|
Loading…
Reference in New Issue
Block a user