mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Remove unnecessary type cast
This commit is contained in:
parent
1694195bc4
commit
4057de0950
@ -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