protocol.go 137 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 package pb type MessageHeader struct { PackageLen uint16 MsgID uint16 Seq uint32 PlayerID uint32 RoomID uint32 }