Update battle-scene.ts

This commit is contained in:
Benjamin Odom 2024-05-24 17:03:49 -05:00
parent 74bf42b4b7
commit 3985c63dad
1 changed files with 5 additions and 5 deletions

View File

@ -185,11 +185,11 @@ export default class BattleScene extends SceneBase {
public rngOffset: integer = 0;
/**
* Allows subscribers to listen for events
*
* Current Events:
* - {@linkcode BattleSceneEventType.MOVE_USED} {@linkcode MoveUsedEvent}
*/
* Allows subscribers to listen for events
*
* Current Events:
* - {@linkcode BattleSceneEventType.MOVE_USED} {@linkcode MoveUsedEvent}
*/
public readonly eventTarget: EventTarget = new EventTarget();
constructor() {