GC-Proto/proto/TakeAchievementRewardReq.proto

9 lines
165 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-26 13:51:42 +03:00
// 4.6.0
// CmdId: 8646
2022-11-06 15:30:21 +03:00
message TakeAchievementRewardReq {
2024-05-26 13:51:42 +03:00
repeated uint32 id_list = 9;
2022-11-06 15:30:21 +03:00
}