mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
19 lines
398 B
Protocol Buffer
19 lines
398 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: HFFIALPJBJB
|
|
// CmdId: 8327
|
|
message BartenderCompleteOrderReq {
|
|
repeated uint32 optional_order_list = 8;
|
|
uint32 LGPFMKPDGEO = 4;
|
|
bool is_view_formula = 9;
|
|
uint32 quest_id = 10;
|
|
repeated ItemParam item_list = 13;
|
|
uint32 EAIDPIBKEOH = 6;
|
|
uint32 DKLPLLBEHGI = 2;
|
|
}
|
|
|