GC-Proto/proto/AchievementAllDataNotify.proto

20 lines
351 B
Protocol Buffer

syntax = "proto3";
import "Achievement.proto";
option java_package = "emu.grasscutter.net.proto";
message AchievementAllDataNotify {
enum BPPEPMJFOPO {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 2688;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated uint32 rewardTakenGoalIdList = 8;
repeated Achievement achievementList = 4;
}