GC-Proto/proto/SkipPlayerGameTimeReq.proto

13 lines
239 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-05-30 10:23:06 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-30 10:23:06 +03:00
// CmdId: 26429
// Version: 4.6.0
// Obfs: CANKELPJFLD
message SkipPlayerGameTimeReq {
2024-05-30 10:23:06 +03:00
uint32 client_game_time = 5;
uint32 game_time = 8;
bool is_force_set = 12;
}