|
Merge pull request #199 from rintoHasegawa/refactor/262026_rinto_bomb
Refactor/262026 rinto bomb |
|---|
| apps/client/src/config/index.ts |
|---|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.ts |
|---|
| apps/client/src/scenes/game/application/PlayerHitEffectOrchestrator.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/loopSteps/BombStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/frameDelta.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/bomb/BombHitBlinkRenderer.ts |
|---|
| apps/client/src/scenes/game/entities/bomb/BombIdRegistry.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/bomb/BombManager.ts |
|---|
| apps/client/src/scenes/game/entities/player/PlayerController.ts |
|---|
| packages/shared/src/protocol/eventPayloads.ts |
|---|
| packages/shared/src/protocol/payloads/playerHitEffectPayloads.ts 0 → 100644 |
|---|