GC-Proto/proto/AchievementAllDataNotify.proto

13 lines
269 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
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 7450
// CPJHPFLCICH
message AchievementAllDataNotify {
2024-07-05 00:44:58 +03:00
repeated uint32 reward_taken_goal_id_list = 12;
repeated Achievement achievement_list = 8;
}