21 lines
355 B
Protocol Buffer
21 lines
355 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message EffigyChallengeInfoNotify {
|
|
enum JMGJJCNMHAN {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2164;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 challengeScore = 12;
|
|
repeated uint32 conditionIdList = 2;
|
|
uint32 difficultyId = 7;
|
|
uint32 challengeId = 8;
|
|
}
|