mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,14 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "LunaRiteHintStatusType.proto";
|
||||
|
||||
// Name: BOMMBPDKMOH
|
||||
message LunaRiteAreaInfo {
|
||||
uint32 challengeIndex = 9;
|
||||
repeated uint32 sacrificeRewardList = 13;
|
||||
repeated uint32 sacrificeList = 2;
|
||||
LunaRiteHintStatusType hintStatus = 3;
|
||||
uint32 areaId = 12;
|
||||
uint32 area_id = 9;
|
||||
repeated uint32 sacrifice_reward_list = 5;
|
||||
LunaRiteHintStatusType hint_status = 7;
|
||||
uint32 challenge_index = 13;
|
||||
repeated uint32 sacrifice_list = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user