GC-Proto/proto/AchievementUpdateNotify.proto

12 lines
221 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: 27625
// LHNDAHEENOD
message AchievementUpdateNotify {
2024-07-05 00:44:58 +03:00
repeated Achievement achievement_list = 12;
}