mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Added comment for BattlerIndex
This commit is contained in:
parent
42481c819a
commit
673f174b3f
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* The index of a given Pokemon on-field.
|
||||
* Used as an index into `globalScene.getField`, as well as for most target-specifying effects.
|
||||
*/
|
||||
export enum BattlerIndex {
|
||||
ATTACKER = -1,
|
||||
PLAYER,
|
||||
|
Loading…
Reference in New Issue
Block a user