mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
16 lines
255 B
Protocol Buffer
16 lines
255 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 16
|
|
// Name: NKKDDNNONMB
|
|
message PingReq {
|
|
double total_tick_time = 4;
|
|
uint32 seq = 11;
|
|
uint32 client_time = 2;
|
|
float ue_time = 9;
|
|
bytes sc_data = 6;
|
|
}
|
|
|