mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update gameManager.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
dd05bcdef0
commit
6b4aefc598
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user