mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add consistent enum comment
This commit is contained in:
@@ -4,6 +4,7 @@ import { DynamicDomAttach } from "../dynamic_dom_attach";
|
|||||||
import { KEYMAPPINGS } from "../../key_action_mapper";
|
import { KEYMAPPINGS } from "../../key_action_mapper";
|
||||||
import { Vector } from "../../../core/vector";
|
import { Vector } from "../../../core/vector";
|
||||||
|
|
||||||
|
/** @enum {string} */
|
||||||
export const enumDebugOverlayMode = { disabled: "disabled", regular: "regular", detailed: "detailed" };
|
export const enumDebugOverlayMode = { disabled: "disabled", regular: "regular", detailed: "detailed" };
|
||||||
|
|
||||||
export class HUDDebugInfo extends BaseHUDPart {
|
export class HUDDebugInfo extends BaseHUDPart {
|
||||||
|
|||||||
Reference in New Issue
Block a user