GC-Proto/proto/TakeAchievementGoalRewardRe...

8 lines
142 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message TakeAchievementGoalRewardReq {
repeated uint32 idList = 7;
}