mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
393 B
Protocol Buffer
19 lines
393 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CookRecipeData.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 148
|
|
// Name: GJBLIANJAOC
|
|
message PlayerCookRsp {
|
|
uint32 AIBLNBAFJOL = 2;
|
|
int32 retcode = 12;
|
|
uint32 EHPKNEPMOAO = 14;
|
|
repeated ItemParam item_list = 8;
|
|
repeated ItemParam extral_item_list = 15;
|
|
CookRecipeData recipe_data = 9;
|
|
}
|
|
|