1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Revert mass_selector.js

This commit is contained in:
FatCatX 2021-05-06 10:45:50 -07:00
parent f3381ad43f
commit 7effda533e

View File

@ -15,7 +15,6 @@ import { KEYMAPPINGS } from "../../key_action_mapper";
import { THEME } from "../../theme";
import { enumHubGoalRewards } from "../../tutorial_goals";
import { Blueprint } from "../../blueprint";
import { SerializerInternal } from "../../../savegame/serializer_internal";
const logger = createLogger("hud/mass_selector");
@ -43,8 +42,6 @@ export class HUDMassSelector extends BaseHUDPart {
this.root.hud.signals.selectedPlacementBuildingChanged.add(this.clearSelection, this);
this.root.signals.editModeChanged.add(this.clearSelection, this);
this.serializer = new SerializerInternal();
}
/**