바이트 배열 전체 구조

필드명 타입 설명 크기
totalLength int 메세지의 전체 길이 4 Byte
packetType int 패킷의 타입 1 Byte
protobuf protobuf 프로토콜 버퍼 구조체 가변

프로토 버프 목록

common.S2C_Packet

필드명 타입 설명
handlerId uint32 핸들러 ID
userId string 유저 ID
clientVersion string 클라이언트 버전
sequence uint32 시퀀스
payload bytes(protobuf) 실제 데이터

common

initial

response

common

common