transient nodes

This commit is contained in:
wass08
2026-01-23 11:13:11 +09:00
parent 4f20586ae9
commit 3240266476
5 changed files with 34 additions and 4 deletions
+2
View File
@@ -26,3 +26,5 @@ export * from './schema'
export { default as useScene } from './store/use-scene'
// Systems
export { WallSystem } from './systems/wall/wall-system'
export { isObject } from './utils/types'