feat : 클라쪽도 채팅 패킷, 오타 수정

This commit is contained in:
qornwh1
2026-03-09 08:55:03 +09:00
parent de4e344cdb
commit f8ebfc7281
2 changed files with 57 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ public enum PacketCode : ushort
// 파티 참가/탈퇴/생성/해산 요청 (클라 -> 서버)
REQUEST_PARTY,
// 채팅 (클라 -> 서버 & 서버 -> 클라) - GLOBAL / PARTY / WHISPER
CHAT,
// 요청 실패 응답 (서버 -> 클라)
ERROR = 9999
}