27 lines
491 B
Protocol Buffer
27 lines
491 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
message LanternRiteEndFireworksReformRsp {
|
||
|
//enum MKOEMHKPEPC {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 8114;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
//}
|
||
|
|
||
|
uint32 finalScore = 8;
|
||
|
uint32 challengeId = 10;
|
||
|
uint32 stageId = 9;
|
||
|
bool Unk3300_ALMNEGCIILA = 6;
|
||
|
bool isFullScore = 4;
|
||
|
int32 retcode = 13;
|
||
|
bool Unk3300_FPEFIADFBNI = 7;
|
||
|
bool Unk3300_CGJNBGAKFAD = 11;
|
||
|
bool isNewRecord = 12;
|
||
|
}
|