Added comment for BattlerIndex

This commit is contained in:
Bertie690 2025-06-09 23:11:14 -04:00
parent 42481c819a
commit 673f174b3f

View File

@ -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,