feat : 보스레이드 신청 메시지 응답 패킷 구현

This commit is contained in:
qornwh1
2026-03-16 19:19:59 +09:00
parent f6b378cad7
commit dd8dcc58d2
4 changed files with 52 additions and 12 deletions

View File

@@ -769,6 +769,20 @@ public class IntoBossRaidPacket
get;
set;
}
[ProtoMember(3)]
public string Token
{
get;
set;
}
[ProtoMember(4)]
public string Session
{
get;
set;
}
}
// PARTY_CHANGE_MAP (클라 -> 서버 전용)