mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
344 B
Protocol Buffer
16 lines
344 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 5983
|
|
|
|
message PingReq {
|
|
bytes PDHFGJIBCLA = 13;
|
|
bytes sc_data = 2;
|
|
uint64 NHLLKPHMFGP = 3;
|
|
double total_tick_time = 7;
|
|
uint32 client_time = 4;
|
|
float ue_time = 8;
|
|
uint32 DFALBBBCFMO = 10;
|
|
uint32 seq = 15;
|
|
}
|