mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
Update pokemon.ts
This commit is contained in:
parent
b3b439a03b
commit
f5e260bee4
@ -89,13 +89,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
public exp: integer;
|
||||
public levelExp: integer;
|
||||
public gender: Gender;
|
||||
private _hp: number;
|
||||
public get hp() {
|
||||
return this._hp;
|
||||
}
|
||||
public set hp(hp: number) {
|
||||
this._hp = hp;
|
||||
}
|
||||
public hp: integer;
|
||||
public stats: integer[];
|
||||
public ivs: integer[];
|
||||
public nature: Nature;
|
||||
|
Loading…
Reference in New Issue
Block a user