feat: 게임 엔진에 Clock 인터페이스 및 관련 클래스 추가, 테스트 케이스 작성

This commit is contained in:
2025-12-28 12:48:13 +00:00
parent 4f69d31fb1
commit cbea41ffbc
9 changed files with 121 additions and 83 deletions
+3
View File
@@ -9,6 +9,9 @@
"lint": "node -e \"console.log('lint not configured')\"",
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"@sammo-ts/common": "workspace:*"
},
"devDependencies": {
"vitest": "^4.0.16"
}