2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
|
|
|
import "LackingResourceInfo.proto";
|
|
|
|
|
|
|
|
// Version: 4.6.0
|
|
|
|
// Obfs: DNMAECDIBPD
|
2022-11-06 15:30:21 +03:00
|
|
|
message Quest {
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 quest_id = 1;
|
|
|
|
uint32 state = 2;
|
|
|
|
uint32 start_time = 4;
|
|
|
|
bool is_random = 5;
|
|
|
|
uint32 parent_quest_id = 6;
|
|
|
|
uint32 quest_config_id = 7;
|
|
|
|
uint32 start_game_time = 8;
|
|
|
|
uint32 accept_time = 9;
|
2024-06-08 09:18:08 +03:00
|
|
|
repeated uint32 finish_progress_list = 10;
|
|
|
|
repeated uint32 fail_progress_list = 11;
|
|
|
|
repeated uint32 CBIIPBMDLCH = 12;
|
|
|
|
LackingResourceInfo DMDCNMGJPAN = 13;
|
|
|
|
}
|