GC-Proto/proto/GCGLevelChallengeFinishNoti...

24 lines
454 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
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;
}