update jsdoc

This commit is contained in:
ImperialSympathizer 2024-08-27 21:27:57 -04:00
parent 43a6722496
commit c1f1ba113b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export default class MysteryEncounter implements IMysteryEncounter {
onInit?: (scene: BattleScene) => boolean;
/** Event when battlefield visuals have finished sliding in and the encounter dialogue begins */
onVisualsStart?: (scene: BattleScene) => boolean;
/** Event prior to {@link CommandPhase}, during */
/** Event triggered prior to {@link CommandPhase}, during {@link TurnInitPhase} */
onTurnStart?: (scene: BattleScene) => boolean;
/** Event prior to any rewards logic in {@link MysteryEncounterRewardsPhase} */
onRewards?: (scene: BattleScene) => Promise<void>;