update proto 3.5 part 1

This commit is contained in:
Akbar Yahya
2023-02-28 11:08:38 +08:00
parent 256417be7f
commit 02a55a91bb
1370 changed files with 24758 additions and 23779 deletions

View File

@@ -2,26 +2,19 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// Name: BKPBJLHMEIG
// CmdId: 637
message CombineRsp {
//enum HJFFHHJPMKC {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 630;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
uint32 combineCount = 10;
repeated ItemParam resultItemList = 13;
uint64 avatarGuid = 7;
repeated ItemParam totalExtraItemList = 1;
int32 retcode = 12;
repeated ItemParam totalRandomItemList = 3;
uint32 combineId = 5;
repeated ItemParam costItemList = 2;
repeated ItemParam totalReturnItemList = 4;
repeated ItemParam NOBMIMNDGLA = 9;
repeated ItemParam AKCCLGFBJMD = 13;
uint64 avatar_guid = 10;
repeated ItemParam LOCKHJBEGDL = 6;
repeated ItemParam INKENHANDMB = 14;
repeated ItemParam cost_item_list = 5;
uint32 combine_count = 1;
int32 retcode = 7;
uint32 combine_id = 2;
}