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

17 lines
315 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8796
// Name: AIOCOPNMCBL
message BartenderCompleteOrderRsp {
uint32 finish_order_id = 13;
uint32 quest_id = 7;
int32 retcode = 5;
uint32 formula_id = 12;
bool is_new = 10;
repeated uint32 affix_list = 9;
}