mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +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 exp: integer;
|
||||||
public levelExp: integer;
|
public levelExp: integer;
|
||||||
public gender: Gender;
|
public gender: Gender;
|
||||||
private _hp: number;
|
public hp: integer;
|
||||||
public get hp() {
|
|
||||||
return this._hp;
|
|
||||||
}
|
|
||||||
public set hp(hp: number) {
|
|
||||||
this._hp = hp;
|
|
||||||
}
|
|
||||||
public stats: integer[];
|
public stats: integer[];
|
||||||
public ivs: integer[];
|
public ivs: integer[];
|
||||||
public nature: Nature;
|
public nature: Nature;
|
||||||
|
Loading…
Reference in New Issue
Block a user