(hotkey: Hotkey)
| 174 | } |
| 175 | |
| 176 | public addSpecialHotkey(hotkey: Hotkey){ |
| 177 | this.specialHotkeys.push(hotkey); |
| 178 | } |
| 179 | |
| 180 | public applyInvertedColorsToCss(): void{ |
| 181 | if(Saving.loadBool("gameInvertedColors") == false) |
no outgoing calls
no test coverage detected