[refactor] PlayerRegistryを削除し、GameSessionServiceとGameRoomSessionに機能を統合
1 parent e6d4ca5 commit 5dec683955035449e9c984763f2e9afd829edb0c
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 8 changed files
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 0 → 100644
View
apps/server/src/domains/game/application/services/GameSessionService.ts
View
apps/server/src/domains/game/application/services/PlayerRegistry.ts 100644 → 0
View
apps/server/src/domains/game/application/useCases/readyForGameUseCase.ts
View
apps/server/src/domains/game/application/useCases/startGameUseCase.ts
View
apps/server/src/network/handlers/game/registerGameHandlers.ts