|
syntax = "proto3";
|
|
|
|
|
|
|
|
import "LunaRiteHintPoint.proto";
|
|
import "LunaRiteAreaInfo.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message LunaRiteDetailInfo {
|
|
repeated LunaRiteHintPoint hintPoint = 8;
|
|
repeated LunaRiteAreaInfo areaInfoList = 9;
|
|
}
|