24 lines
454 B
Protocol Buffer
24 lines
454 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "uint32.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GCGLevelChallengeFinishNotify {
|
|
enum JFHPNEMLEIG {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 7127;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 unlockWorldChallengeList = 9;
|
|
uint32 levelId = 10;
|
|
repeated uint32 finishedChallengeIdList = 15;
|
|
repeated uint32 exceededItemList = 13;
|
|
int32 retcode = 11;
|
|
uint32 configId = 8;
|
|
}
|