- RestApi.cs: Tokens를 Dictionary<string, string>?으로 수정
- BossRaidResult.cs: Tokens를 Dictionary<string, string>?으로 수정
- GameServer.cs: SendTo(peer) → SendTo(memberPeer) 버그 수정,
각 파티원에게 개별 토큰 전송
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- RestApi에 보스레이드 입장/검증/시작/완료/실패 엔드포인트 추가
- GameServer에 보스레이드 흐름 처리 로직
- Player 모델에 보스레이드 상태 필드 추가
- 보스레이드 관련 패킷 정의
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>