mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
Update pokemon-phase.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
28aa875e78
commit
93418b2ac5
@ -8,7 +8,7 @@ export abstract class PokemonPhase extends FieldPhase {
|
||||
public player: boolean;
|
||||
public fieldIndex: number;
|
||||
|
||||
constructor(battlerIndex?: BattlerIndex) {
|
||||
constructor(battlerIndex?: BattlerIndex | number) {
|
||||
super();
|
||||
|
||||
battlerIndex =
|
||||
|
Loading…
Reference in New Issue
Block a user