GC-Proto/proto/TakeAchievementGoalRewardRe...

9 lines
170 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-26 13:51:42 +03:00
// 4.6.0
// CmdId: 2692
message TakeAchievementGoalRewardReq {
2024-05-26 13:51:42 +03:00
repeated uint32 id_list = 12;
}