|
[refactor] 各クラスの説明コメントを追加し、コードの可読性を向上させる
|
|---|
|
|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/GameScene.tsx |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.ts |
|---|
| apps/client/src/scenes/game/application/GameTimer.ts |
|---|
| apps/client/src/scenes/game/application/game.types.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/CameraStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/entities/player/PlayerModel.ts |
|---|
| apps/client/src/scenes/game/entities/player/PlayerView.ts |
|---|
| apps/client/src/scenes/game/hooks/useGameSceneController.ts |
|---|