25 lines
464 B
Protocol Buffer
25 lines
464 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "LunaRiteHintStatusType.proto";
|
|
import "LunaRiteHintPoint.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;
|
|
}
|