GC-Proto/proto/AchievementAllDataNotify.proto

12 lines
270 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-08-28 12:09:22 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 259
2024-05-26 13:51:42 +03:00
import "Achievement.proto";
2024-05-26 13:51:42 +03:00
2024-08-28 12:09:22 +03:00
message AchievementAllDataNotify {
repeated Achievement achievement_list = 8;
repeated uint32 reward_taken_goal_id_list = 15;
}