1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-08 10:06:07 +03:00
GC-Proto/proto/TakeAchievementGoalRewardRsp.proto
2024-06-02 11:52:03 +08:00

13 lines
251 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// 4.6.0
// CmdId: 23787
message TakeAchievementGoalRewardRsp {
repeated ItemParam item_list = 4;
repeated uint32 id_list = 12;
int32 retcode = 13;
}