27 lines
539 B
Protocol Buffer
27 lines
539 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "SkillRequest.proto";
|
|
import "ReliquaryRequest.proto";
|
|
import "ElementReliquaryRequest.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message CompoundUnlockNotify {
|
|
enum BDNMOGLPGBI {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 149;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
EAJIABGAOCI = 1;
|
|
}
|
|
|
|
uint32 avatarId = 8;
|
|
oneof OOPACEKNFPA {
|
|
SkillRequest skill_request = 1689;
|
|
ReliquaryRequest reliquary_request = 118;
|
|
ElementReliquaryRequest element_reliquary_request = 1105;
|
|
}
|
|
}
|