mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,16 +15,13 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "LunaRiteHintStatusType.proto";
|
||||
// Obf: KIKAFOBMLKD
|
||||
// Obf: MKHIINJPJME
|
||||
message LunaRiteAreaInfo {
|
||||
repeated uint32 sacrifice_list = 12;
|
||||
uint32 area_id = 3;
|
||||
uint32 challenge_index = 6;
|
||||
repeated uint32 sacrifice_reward_list = 13;
|
||||
LunaRiteHintStatusType hint_status = 8;
|
||||
repeated uint32 sacrifice_reward_list = 9;
|
||||
repeated uint32 sacrifice_list = 6;
|
||||
uint32 area_id = 4;
|
||||
uint32 challenge_index = 15;
|
||||
LunaRiteHintStatusType hint_status = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user