mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-06 09:42:59 +03:00
Update 3.6
This commit is contained in:
@@ -5,14 +5,14 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "CookRecipeData.proto";
|
||||
import "ItemParam.proto";
|
||||
|
||||
// Name: DGJDIFLCDOI
|
||||
// CmdId: 141
|
||||
// CmdId: 148
|
||||
// Name: GJBLIANJAOC
|
||||
message PlayerCookRsp {
|
||||
repeated ItemParam extral_item_list = 12;
|
||||
repeated ItemParam item_list = 9;
|
||||
uint32 cook_count = 10; // HHKAPMHMHFI
|
||||
CookRecipeData recipe_data = 11;
|
||||
int32 retcode = 15;
|
||||
uint32 qte_quality = 6; // IFLJGHHBGMP
|
||||
uint32 AIBLNBAFJOL = 2;
|
||||
int32 retcode = 12;
|
||||
uint32 EHPKNEPMOAO = 14;
|
||||
repeated ItemParam item_list = 8;
|
||||
repeated ItemParam extral_item_list = 15;
|
||||
CookRecipeData recipe_data = 9;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user