GC-Proto/proto/SkipPlayerGameTimeReq.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 SkipPlayerGameTimeReq {
bool isForceSet = 3;
uint32 clientGameTime = 1;
uint32 gameTime = 15;
}