[refactor] ジョイスティック関連の型と定数を共通モジュールに移動し、構造を整理
1 parent cf68d89 commit 8a140bfc3e9c1152771dde177f2e6588fd03cd6a
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 10 changed files
View
apps/client/src/scenes/game/input/joystick/JoystickCoordinator.tsx
View
apps/client/src/scenes/game/input/joystick/JoystickInputLayer.tsx
View
apps/client/src/scenes/game/input/joystick/JoystickModel.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickView.tsx
View
apps/client/src/scenes/game/input/joystick/common/index.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/common/joystick.constants.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/common/joystick.types.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/joystick.constants.ts 100644 → 0
View
apps/client/src/scenes/game/input/joystick/joystick.types.ts 100644 → 0
View
apps/client/src/scenes/game/input/joystick/useJoystick.ts