[refactor] ドメイン構造の変更に伴い、プレイヤーおよびマップ関連の型を整理し、gameサブドメインに移動
1 parent 60b36c9 commit 68923394c9da555fdba853734aef360882c6f438
@rinto hasegawa rinto hasegawa authored on 2 Mar
Showing 18 changed files
View
apps/client/src/scenes/game/entities/map/GameMapController.ts
View
apps/client/src/scenes/game/entities/map/GameMapModel.ts
View
apps/client/src/scenes/game/entities/player/PlayerController.ts
View
apps/client/src/scenes/game/entities/player/PlayerModel.ts
View
apps/server/src/domains/game/GameManager.ts
View
apps/server/src/domains/game/application/ports/gameUseCasePorts.ts
View
apps/server/src/domains/game/application/services/GameRoomSession.ts
View
apps/server/src/domains/game/application/services/GameSessionLifecycleService.ts
View
apps/server/src/domains/game/application/useCases/movePlayerUseCase.ts
View
apps/server/src/domains/game/entities/map/MapStore.ts
View
apps/server/src/domains/game/entities/map/mapPainting.ts
View
apps/server/src/domains/game/entities/map/mapUpdates.ts
View
apps/server/src/domains/game/entities/player/Player.ts
View
apps/server/src/domains/game/entities/player/playerPosition.ts
View
apps/server/src/domains/game/loop/GameLoop.ts
View
apps/server/src/network/handlers/game/gameEventOrchestrators.ts
View
apps/server/src/network/validation/socketPayloadValidators.ts
View
packages/shared/src/domains/index.ts