mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Remove unused variable
This commit is contained in:
parent
4119ebe9a7
commit
162f72586f
@ -4235,7 +4235,6 @@ export class PokemonBattleData {
|
|||||||
public berriesEaten: BerryType[] = [];
|
public berriesEaten: BerryType[] = [];
|
||||||
public abilitiesApplied: Abilities[] = [];
|
public abilitiesApplied: Abilities[] = [];
|
||||||
public abilityRevealed: boolean = false;
|
public abilityRevealed: boolean = false;
|
||||||
public statsBoostedFirstTurn: boolean = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PokemonBattleSummonData {
|
export class PokemonBattleSummonData {
|
||||||
|
Loading…
Reference in New Issue
Block a user