mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
15 lines
310 B
Protocol Buffer
15 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "LunaRiteHintStatusType.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message LunaRiteAreaInfo {
|
|
uint32 challengeIndex = 9;
|
|
repeated uint32 sacrificeRewardList = 13;
|
|
repeated uint32 sacrificeList = 2;
|
|
LunaRiteHintStatusType hintStatus = 3;
|
|
uint32 areaId = 12;
|
|
}
|