HOTFIX: removed stockpile from the pokemon class

This commit is contained in:
Marek Sison 2024-05-06 23:37:31 +08:00
parent bc2d232edb
commit 37507322ec

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;