HOTFIX: removed stockpile from the pokemon class

pull/410/head^2
Marek Sison 2024-05-06 23:37:31 +08:00
parent bc2d232edb
commit 37507322ec
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
public luck: integer;
public pauseEvolutions: boolean;
public pokerus: boolean;
public stockpile: integer;
public fusionSpecies: PokemonSpecies;
public fusionFormIndex: integer;