16 lines
314 B
Protocol Buffer
16 lines
314 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 8981
|
|
// Version: 4.6.0
|
|
// Obfs: DOFHDNANHEF
|
|
message BartenderCompleteOrderRsp {
|
|
repeated uint32 affix_list = 2;
|
|
bool is_new = 8;
|
|
uint32 quest_id = 10;
|
|
int32 retcode = 12;
|
|
uint32 formula_id = 14;
|
|
uint32 finish_order_id = 15;
|
|
}
|