mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
ac0b8a0d8f
* tmp fix visual shop
14 lines
230 B
Protocol Buffer
14 lines
230 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 123
|
|
// Name: GHMNCNNHLAI
|
|
message SkipPlayerGameTimeReq {
|
|
bool is_force_set = 6;
|
|
uint32 game_time = 5;
|
|
uint32 client_game_time = 14;
|
|
}
|
|
|