mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -4,8 +4,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ItemParam.proto";
|
||||
|
||||
// Name: LNFPECLLAJF
|
||||
// CmdId: 2696
|
||||
message TakeAchievementRewardRsp {
|
||||
repeated ItemParam itemList = 7;
|
||||
repeated uint32 idList = 4;
|
||||
int32 retcode = 13;
|
||||
repeated ItemParam item_list = 5;
|
||||
int32 retcode = 6;
|
||||
repeated uint32 id_list = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user