GC-Proto/proto/SkipPlayerGameTimeRsp.proto

13 lines
223 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 29633
// FPAJMADLEGI
message SkipPlayerGameTimeRsp {
uint32 client_game_time = 5;
int32 retcode = 3;
uint32 game_time = 12;
}