mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-06 09:42:59 +03:00
sync proto
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user