feat : 1번(토큰 받기) 패킷 수정

This commit is contained in:
qornwh1
2026-03-04 10:57:58 +09:00
parent 8f49d3a5b4
commit 241820846d
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ namespace MMOserver.Packet;
public enum PacketCode : ushort
{
// 초기 클라이언트 시작시 jwt토큰 받아옴
RECV_TOKEN,
ACC_TOKEN,
// 내 정보 로드 (서버 -> 클라)
LOAD_GAME,