|
[refactor] SocketManagerを整理し、共通およびタイトル、ロビー用のハンドラーを追加
|
|---|
|
|
| apps/client/src/app.tsx |
|---|
| apps/client/src/hooks/useAppFlow.ts |
|---|
| apps/client/src/network/SocketManager.ts |
|---|
| apps/client/src/network/handlers/CommonHandler.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/ConnectionHandler.ts 100644 → 0 |
|---|
| apps/client/src/network/handlers/LobbyHandler.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/RoomHandler.ts 100644 → 0 |
|---|
| apps/client/src/network/handlers/TitleHandler.ts 0 → 100644 |
|---|