feat: 게임 엔진 생명주기 및 스케줄링 관련 클래스 추가

This commit is contained in:
2025-12-28 11:09:18 +00:00
parent 50ef39be4e
commit d13898e486
6 changed files with 409 additions and 1 deletions
+5 -1
View File
@@ -1 +1,5 @@
export {};
export * from './lifecycle/types.js';
export * from './lifecycle/clock.js';
export * from './lifecycle/inMemoryControlQueue.js';
export * from './lifecycle/turnSchedule.js';
export * from './lifecycle/turnDaemonLifecycle.js';