mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 11:42:21 +02:00
Change int type
This commit is contained in:
parent
522b17f4ed
commit
245fca63fb
@ -608,7 +608,7 @@ export class TrainerConfig {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
setInstantTera(index: integer): TrainerConfig {
|
setInstantTera(index: number): TrainerConfig {
|
||||||
this.trainerAI.setInstantTera(index);
|
this.trainerAI.setInstantTera(index);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user