|
refactor: PlayerRepositoryを使用してGameLoopとGameNetworkSyncの依存関係を整理し、コードの可読性を向上
新規: GameInputOverlayのスタイルを追加 |
|---|
|
|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/LoopStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/application/network/handlers/GameNetworkStateApplier.ts |
|---|
| apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts |
|---|
| apps/client/src/scenes/game/application/orchestrators/GameSceneOrchestrator.ts |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntimeWiring.ts |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.styles.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|