14 lines
258 B
Protocol Buffer
14 lines
258 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// CmdId: 4187
|
||
|
// Version: 4.6.0
|
||
|
// Obfs: HKBBICBHNPO
|
||
|
message BartenderGetFormulaRsp {
|
||
|
bool is_new = 6;
|
||
|
int32 retcode = 9;
|
||
|
repeated uint32 affix_list = 10;
|
||
|
uint32 formula_id = 11;
|
||
|
}
|