|
[refactor] ドメイン構造の変更に伴い、プレイヤーおよびマップ関連の型を整理し、gameサブドメインに移動
|
|---|
|
|
| apps/client/src/scenes/game/entities/map/GameMapController.ts |
|---|
| apps/client/src/scenes/game/entities/map/GameMapModel.ts |
|---|
| apps/client/src/scenes/game/entities/player/PlayerController.ts |
|---|
| apps/client/src/scenes/game/entities/player/PlayerModel.ts |
|---|
| apps/server/src/domains/game/GameManager.ts |
|---|
| apps/server/src/domains/game/application/ports/gameUseCasePorts.ts |
|---|
| apps/server/src/domains/game/application/services/GameRoomSession.ts |
|---|
| apps/server/src/domains/game/application/services/GameSessionLifecycleService.ts |
|---|
| apps/server/src/domains/game/application/useCases/movePlayerUseCase.ts |
|---|
| apps/server/src/domains/game/entities/map/MapStore.ts |
|---|
| apps/server/src/domains/game/entities/map/mapPainting.ts |
|---|
| apps/server/src/domains/game/entities/map/mapUpdates.ts |
|---|
| apps/server/src/domains/game/entities/player/Player.ts |
|---|
| apps/server/src/domains/game/entities/player/playerPosition.ts |
|---|
| apps/server/src/domains/game/loop/GameLoop.ts |
|---|
| apps/server/src/network/handlers/game/gameEventOrchestrators.ts |
|---|
| apps/server/src/network/validation/socketPayloadValidators.ts |
|---|
| packages/shared/src/domains/index.ts |
|---|