mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
15 lines
253 B
Protocol Buffer
15 lines
253 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 8846
|
|
// Name: EBEBCGBHJKH
|
|
message BartenderStartLevelRsp {
|
|
uint32 time = 12;
|
|
int32 retcode = 7;
|
|
uint32 level_id = 13;
|
|
repeated uint32 order_list = 11;
|
|
}
|
|
|