mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 01:24:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,20 +2,13 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "CompoundQueueData.proto";
|
||||
|
||||
// Name: KFNFMKJEDPG
|
||||
// CmdId: 105
|
||||
message GetCompoundDataRsp {
|
||||
//enum KJFBGCHPMEC {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 152;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
int32 retcode = 2;
|
||||
repeated CompoundQueueData compoundQueueDataList = 6;
|
||||
repeated uint32 unlockCompoundList = 14;
|
||||
repeated CompoundQueueData compound_que_data_list = 14;
|
||||
repeated uint32 unlock_compound_list = 13;
|
||||
int32 retcode = 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user