mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user