GC-Proto/proto/SkipPlayerGameTimeRsp.proto
2023-02-27 07:16:50 +08:00

10 lines
179 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SkipPlayerGameTimeRsp {
uint32 clientGameTime = 14;
uint32 gameTime = 15;
int32 retcode = 12;
}