|
[refactor] プレイヤー管理の構造を整理し、PlayerControllerとPlayerModelを新規作成
|
|---|
|
|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/entities/map/GameMap.ts |
|---|
| apps/client/src/scenes/game/entities/player/Player.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerView.ts 0 → 100644 |
|---|