GC-Proto/proto/AchievementAllDataNotify.proto

12 lines
254 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-26 13:51:42 +03:00
import "Achievement.proto";
2024-05-26 13:51:42 +03:00
// 4.6.0
// CmdId: 1655
message AchievementAllDataNotify {
2024-06-02 06:52:03 +03:00
repeated uint32 reward_taken_goal_id_list = 8;
repeated Achievement achievement_list = 11;
}