mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
27 lines
521 B
Protocol Buffer
27 lines
521 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "ItemParam.proto";
|
|
|
|
message BartenderCompleteOrderReq {
|
|
//enum MMPNFNDBFPC {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 8867;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
bool isViewFormula = 10;
|
|
uint32 Unk3300_NKMHHHHGHIF = 6;
|
|
repeated ItemParam itemList = 8;
|
|
uint32 Unk3300_POEGPFJLNGB = 12;
|
|
uint32 questId = 9;
|
|
uint32 Unk3300_LONHKJFDOND = 15;
|
|
repeated uint32 optionalOrderList = 11;
|
|
}
|