GC-Proto/proto/BartenderCompleteOrderRsp.proto
2023-02-28 09:12:44 +08:00

17 lines
314 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EHBGNICFNBD
// CmdId: 8709
message BartenderCompleteOrderRsp {
uint32 quest_id = 15;
uint32 formula_id = 6;
int32 retcode = 1;
uint32 finish_order_id = 8;
repeated uint32 affix_list = 14;
bool is_new = 5;
}