GC-Proto/proto/BartenderStartLevelRsp.proto
2023-04-11 11:14:48 +08:00

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;
}