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
226 B
Protocol Buffer
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;
|
|
}
|
|
|