Remove redundant assignment

This commit is contained in:
Dean 2025-02-18 15:41:49 -08:00
parent ddfce53c77
commit be2b258d75

View File

@ -28,7 +28,6 @@ export default class AbilityBar extends Phaser.GameObjects.Container {
this.add(this.abilityBarText);
this.setVisible(false);
this.shown = false;
}
override setVisible(shown: boolean): this {