GC-Proto/proto/BartenderCompleteOrderRsp.p...

24 lines
394 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message BartenderCompleteOrderRsp {
//enum BPKOEDJEEKD {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 8192;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
repeated uint32 affixList = 11;
int32 retcode = 15;
uint32 questId = 6;
uint32 finishOrderId = 7;
bool isNew = 14;
uint32 formulaId = 3;
}