|
refactor: PlayerRepositoryと関連コンポーネントを整理し、presentationおよびhooksディレクトリからの再エクスポートを削除
|
|---|
|
|
| apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts |
|---|
| apps/client/src/scenes/game/application/player/PlayerRepository.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/bomb/BombButton.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickModel.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickController.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickState.ts 100644 → 0 |
|---|