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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user