sync proto

This commit is contained in:
Yuuki
2023-05-21 23:18:49 +08:00
parent 0a84dbe23a
commit 23ac0e3ccf
37 changed files with 1330 additions and 110 deletions

View File

@@ -8,11 +8,10 @@ import "ItemParam.proto";
// CmdId: 148
// Name: GJBLIANJAOC
message PlayerCookRsp {
uint32 qte_quality = 2; // AIBLNBAFJOL
uint32 cook_count = 2;
int32 retcode = 12;
uint32 cook_count = 14; // EHPKNEPMOAO
uint32 qte_quality = 14;
repeated ItemParam item_list = 8;
repeated ItemParam extral_item_list = 15;
CookRecipeData recipe_data = 9;
}
}