24 lines
448 B
Protocol Buffer
24 lines
448 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "LunaRiteHintStatusType.proto";
|
|
import "LunaRiteHintPoint.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message LunaRiteHintPointRsp {
|
|
enum BCLKIMFOOFB {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 8361;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
EAJIABGAOCI = 1;
|
|
}
|
|
|
|
int32 retcode = 1;
|
|
uint32 areaId = 5;
|
|
LunaRiteHintStatusType hintStatus = 3;
|
|
repeated LunaRiteHintPoint hintPoint = 12;
|
|
}
|