mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fix small type issue
This commit is contained in:
parent
bd6d7203aa
commit
e9c86564ce
@ -14,6 +14,11 @@ import { THEME } from "../../theme";
|
|||||||
import { enumHubGoalRewards } from "../../tutorial_goals";
|
import { enumHubGoalRewards } from "../../tutorial_goals";
|
||||||
import { BaseHUDPart } from "../base_hud_part";
|
import { BaseHUDPart } from "../base_hud_part";
|
||||||
|
|
||||||
|
/* typehints:start */
|
||||||
|
// @ts-ignore
|
||||||
|
import { Component } from "../../component";
|
||||||
|
/* typehints:end */
|
||||||
|
|
||||||
const logger = createLogger("hud/mass_selector");
|
const logger = createLogger("hud/mass_selector");
|
||||||
|
|
||||||
export class HUDMassSelector extends BaseHUDPart {
|
export class HUDMassSelector extends BaseHUDPart {
|
||||||
|
Loading…
Reference in New Issue
Block a user