This commit is contained in:
wass08
2026-01-27 09:25:40 +09:00
parent fd4c097d5b
commit e3e3602d91
19 changed files with 612 additions and 19 deletions
@@ -1,6 +1,8 @@
import {
type BuildingEvent,
type BuildingNode,
type CeilingEvent,
type CeilingNode,
type EventSuffix,
emitter,
type ItemEvent,
@@ -20,6 +22,7 @@ type NodeConfig = {
building: { node: BuildingNode; event: BuildingEvent }
zone: { node: ZoneNode; event: ZoneEvent }
slab: { node: SlabNode; event: SlabEvent }
ceiling: { node: CeilingNode; event: CeilingEvent }
}
type NodeType = keyof NodeConfig