|
|
@ -9,6 +9,7 @@ import { Event_GetAllMarkPlanData } from "../../controller/event-manager/events/ |
|
|
|
import { Event_KeyboardInput } from "../../controller/event-manager/events/event-keyboard-input"; |
|
|
|
import { Event_KeyboardInput } from "../../controller/event-manager/events/event-keyboard-input"; |
|
|
|
import { Event_MarkInfoChange, MarkInfoChangeType } from "../../controller/event-manager/events/event-mark-info-change"; |
|
|
|
import { Event_MarkInfoChange, MarkInfoChangeType } from "../../controller/event-manager/events/event-mark-info-change"; |
|
|
|
import { InputController } from "../../controller/inputController"; |
|
|
|
import { InputController } from "../../controller/inputController"; |
|
|
|
|
|
|
|
import { ModeManager } from "../../controller/mode-manager"; |
|
|
|
import { SceneManager } from "../../controller/scene-manager"; |
|
|
|
import { SceneManager } from "../../controller/scene-manager"; |
|
|
|
import { BuildingStatus } from "../../controller/status/building-status"; |
|
|
|
import { BuildingStatus } from "../../controller/status/building-status"; |
|
|
|
import { IndoorStatus } from "../../controller/status/indoor-status"; |
|
|
|
import { IndoorStatus } from "../../controller/status/indoor-status"; |
|
|
@ -149,6 +150,7 @@ export class MarkWindow extends UIBase { |
|
|
|
instance.onUpdateShow(); |
|
|
|
instance.onUpdateShow(); |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|