(index: number)
| 80 | } |
| 81 | |
| 82 | public selectTab(index: number): void{ |
| 83 | this.selectedTabIndex = index; |
| 84 | this.game.updateStatusBar(); |
| 85 | } |
| 86 | |
| 87 | public selectTabByType(type: StatusBarTabType): void{ |
| 88 | for(var i = 0; i < this.tabs.length; i++){ |
no test coverage detected