mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.2
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "ChildQuest.proto";
|
||||
import "InferencePageInfo.proto";
|
||||
import "ParentQuestRandomInfo.proto";
|
||||
import "Unk3000_ENLDIHLGNCK.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
@@ -28,11 +28,11 @@ message ParentQuest {
|
||||
map<uint32, uint32> time_var_map = 8;
|
||||
uint32 parent_quest_state = 1;
|
||||
bool is_finished = 7;
|
||||
repeated Unk3000_ENLDIHLGNCK Unk3000_HLPGILIGGCB = 15;
|
||||
repeated InferencePageInfo inference_page_list = 15;
|
||||
ParentQuestRandomInfo random_info = 12;
|
||||
uint32 parent_quest_id = 3;
|
||||
bool is_random = 13;
|
||||
uint64 Unk2700_KHDDIJNOICK = 6;
|
||||
uint64 video_key = 6;
|
||||
uint32 quest_var_seq = 11;
|
||||
repeated ChildQuest child_quest_list = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user