Update gameManager.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-20 14:07:05 -04:00 committed by GitHub
parent dd05bcdef0
commit 6b4aefc598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -581,7 +581,7 @@ export default class GameManager {
* Used to manually modify Pokemon turn order.
* Note: This *DOES NOT* account for priority.
* @param {BattlerIndex[]} order The turn order to set
* @param order - The turn order to set
* @example
* ```ts
* await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY, BattlerIndex.ENEMY_2, BattlerIndex.PLAYER_2]);