[refactor] 各クラスの説明コメントを追加し、コードの可読性を向上させる
1 parent 962ad9f commit 620ef03b7092ec9d662cdc07b5851fa655248752
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 12 changed files
View
apps/client/src/scenes/game/GameManager.ts
View
apps/client/src/scenes/game/GameScene.tsx
View
apps/client/src/scenes/game/application/GameLoop.ts
View
apps/client/src/scenes/game/application/GameNetworkSync.ts
View
apps/client/src/scenes/game/application/GameTimer.ts
View
apps/client/src/scenes/game/application/game.types.ts
View
apps/client/src/scenes/game/application/loopSteps/CameraStep.ts
View
apps/client/src/scenes/game/application/loopSteps/InputStep.ts
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts
View
apps/client/src/scenes/game/entities/player/PlayerModel.ts
View
apps/client/src/scenes/game/entities/player/PlayerView.ts
View
apps/client/src/scenes/game/hooks/useGameSceneController.ts