19 lines
394 B
Protocol Buffer
19 lines
394 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CookRecipeData.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// Name: DGJDIFLCDOI
|
|
// CmdId: 141
|
|
message PlayerCookRsp {
|
|
repeated ItemParam extral_item_list = 12;
|
|
repeated ItemParam item_list = 9;
|
|
uint32 HHKAPMHMHFI = 10;
|
|
CookRecipeData recipe_data = 11;
|
|
int32 retcode = 15;
|
|
uint32 IFLJGHHBGMP = 6;
|
|
}
|
|
|