GC-Proto/proto/SkipPlayerGameTimeRsp.proto
2023-04-18 06:07:56 +08:00

14 lines
226 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 130
// Name: DFPBHODHPKM
message SkipPlayerGameTimeRsp {
uint32 game_time = 9;
uint32 client_game_time = 1;
int32 retcode = 12;
}