events handlers

This commit is contained in:
wass08
2026-01-16 11:42:10 +09:00
parent d657f4125f
commit 1b954d3416
12 changed files with 135 additions and 266 deletions
@@ -9,6 +9,7 @@ export const sceneRegistry = {
// Categorized lookups: Type -> Set of IDs
// Using a Set is faster for adding/deleting than an Array
byType: {
building: new Set<string>(),
level: new Set<string>(),
wall: new Set<string>(),
item: new Set<string>(),