mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Remove unused variable
This commit is contained in:
parent
712e2c6d6d
commit
90ea48a2da
@ -15,7 +15,6 @@ export class StatsContainer extends Phaser.GameObjects.Container {
|
|||||||
private statsIvsCache: integer[];
|
private statsIvsCache: integer[];
|
||||||
private ivChart: Phaser.GameObjects.Polygon;
|
private ivChart: Phaser.GameObjects.Polygon;
|
||||||
private ivStatValueTexts: BBCodeText[];
|
private ivStatValueTexts: BBCodeText[];
|
||||||
private ivChartSize: any;
|
|
||||||
|
|
||||||
constructor(scene: BattleScene, x: number, y: number, showDiff?: boolean) {
|
constructor(scene: BattleScene, x: number, y: number, showDiff?: boolean) {
|
||||||
super(scene, x, y);
|
super(scene, x, y);
|
||||||
|
Loading…
Reference in New Issue
Block a user