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