feat : 맵관리 코드 추가 작업

This commit is contained in:
qornwh1
2026-03-16 14:50:29 +09:00
parent f564199cb5
commit e4429177db
9 changed files with 282 additions and 21 deletions

View File

@@ -30,6 +30,12 @@ public enum PacketCode : ushort
// 채널 나가기 (클라 -> 서버)
EXIT_CHANNEL,
// 맵 이동
CHANGE_MAP,
// 단체로 맵 이동
PARTY_CHANGE_MAP,
// 플레이어 위치, 방향 (서버 -> 클라 \ 클라 -> 서버)
TRANSFORM_PLAYER,