mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -24,15 +24,15 @@ import "ParentQuestRandomInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ParentQuest {
|
||||
repeated int32 quest_var = 14;
|
||||
map<uint32, uint32> time_var_map = 8;
|
||||
uint32 parent_quest_state = 1;
|
||||
bool is_finished = 7;
|
||||
repeated InferencePageInfo inference_page_list = 15;
|
||||
ParentQuestRandomInfo random_info = 12;
|
||||
repeated InferencePageInfo inference_page_list = 5;
|
||||
repeated int32 quest_var = 7;
|
||||
uint64 video_key = 11;
|
||||
uint32 Unk3300_BOMOHKDHMNH = 15;
|
||||
ParentQuestRandomInfo random_info = 9;
|
||||
uint32 parent_quest_id = 3;
|
||||
bool is_random = 13;
|
||||
uint64 video_key = 6;
|
||||
uint32 quest_var_seq = 11;
|
||||
repeated ChildQuest child_quest_list = 9;
|
||||
bool is_random = 12;
|
||||
repeated ChildQuest child_quest_list = 8;
|
||||
bool is_finished = 1;
|
||||
map<uint32, uint32> time_var_map = 2;
|
||||
uint32 Unk3300_PCIHJLPPHNJ = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user