GC-Proto/proto/AchievementUpdateNotify.proto

10 lines
180 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Achievement.proto";
message AchievementUpdateNotify {
repeated Achievement achievementList = 4;
}