1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 20:35:47 +00:00

Fixed dev and devStandalone script (#1503)

* Fixed dev and devStandalone script

* Added eslint no-unreachable code rule

* Fix small type issue
This commit is contained in:
Thomas (DJ1TJOO)
2022-12-29 09:57:34 +01:00
committed by GitHub
parent ed6922f912
commit 0713c850ec
3 changed files with 8 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ import { THEME } from "../../theme";
import { enumHubGoalRewards } from "../../tutorial_goals";
import { BaseHUDPart } from "../base_hud_part";
/* typehints:start */
// @ts-ignore
import { Component } from "../../component";
/* typehints:end */
const logger = createLogger("hud/mass_selector");
export class HUDMassSelector extends BaseHUDPart {