mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Remove unnecessary type cast
This commit is contained in:
parent
48198b0b3e
commit
44d1a44256
@ -105,7 +105,7 @@ export class NavigationManager {
|
||||
|
||||
export default class NavigationMenu extends Phaser.GameObjects.Container {
|
||||
private navigationIcons: InputsIcons;
|
||||
protected headerTitles: Phaser.GameObjects.Text[] = [] as Phaser.GameObjects.Text[];
|
||||
protected headerTitles: Phaser.GameObjects.Text[] = [];
|
||||
|
||||
/**
|
||||
* Creates an instance of NavigationMenu.
|
||||
|
Loading…
Reference in New Issue
Block a user