mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
15
proto/LunaRiteAreaInfo.proto
Normal file
15
proto/LunaRiteAreaInfo.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "LunaRiteHintStatusType.proto";
|
||||
|
||||
// Name: KGIAEDGPNBH
|
||||
message LunaRiteAreaInfo {
|
||||
uint32 area_id = 14;
|
||||
repeated uint32 sacrifice_list = 4;
|
||||
LunaRiteHintStatusType hint_status = 1;
|
||||
repeated uint32 sacrifice_reward_list = 13;
|
||||
uint32 challenge_index = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user