GC-Proto/proto/LunaRiteInfo.proto

12 lines
253 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-01-28 17:00:48 +03:00
import "LunaRiteHintPoint.proto";
import "LunaRiteAreaInfo.proto";
message LunaRiteInfo {
repeated LunaRiteHintPoint hintPoint = 8;
repeated LunaRiteAreaInfo areaInfoList = 9;
}