mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-06 09:42:59 +03:00
Melon 3.5
This commit is contained in:
@@ -2,24 +2,17 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "CookRecipeData.proto";
|
||||
import "ItemParam.proto";
|
||||
|
||||
// Name: DGJDIFLCDOI
|
||||
// CmdId: 141
|
||||
message PlayerCookRsp {
|
||||
//enum FPFCHMGMNFC {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 128;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
int32 retcode = 7;
|
||||
repeated ItemParam extraItemList = 13;
|
||||
repeated ItemParam itemList = 9;
|
||||
CookRecipeData recipeData = 5;
|
||||
uint32 cookCount = 12;
|
||||
uint32 qteQuality = 4;
|
||||
repeated ItemParam extral_item_list = 12;
|
||||
repeated ItemParam item_list = 9;
|
||||
uint32 HHKAPMHMHFI = 10;
|
||||
CookRecipeData recipe_data = 11;
|
||||
int32 retcode = 15;
|
||||
uint32 IFLJGHHBGMP = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user