refactor(arch): ad_service, iap_service를 core/infrastructure/로 이동

- core/engine/ → core/infrastructure/ (프레임워크 오염 제거)
- 18개 파일 import 경로 업데이트
- CLAUDE.md 디렉토리 구조 반영
This commit is contained in:
JiWoong Sul
2026-03-30 20:39:05 +09:00
parent 9d5bb46856
commit 5d38bac79e
18 changed files with 23 additions and 22 deletions

View File

@@ -55,6 +55,7 @@ lib/
│ │ ├── story_service.dart # 스토리 진행
│ │ └── ... # 기타 서비스
│ ├── model/ # 게임 상태 및 데이터 모델
│ ├── infrastructure/ # 외부 서비스 (광고, IAP 등)
│ ├── audio/ # 오디오 서비스
│ ├── storage/ # 세이브/설정 저장소
│ ├── notification/ # 알림 서비스