mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,10 +23,10 @@ import "ExpeditionPathInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ExpeditionActivityDetailInfo {
|
||||
uint32 cur_challenge_id = 5;
|
||||
repeated ExpeditionChallengeInfo challenge_info_list = 10;
|
||||
uint32 expedition_count = 2;
|
||||
uint32 content_close_time = 4;
|
||||
bool is_content_closed = 8;
|
||||
repeated ExpeditionPathInfo path_info_list = 15;
|
||||
uint32 Unk3300_GJLCAJOFCKL = 9;
|
||||
repeated ExpeditionChallengeInfo challenge_info_list = 15;
|
||||
uint32 Unk3300_MNPBCNEDKAJ = 3;
|
||||
repeated ExpeditionPathInfo path_info_list = 11;
|
||||
bool is_content_closed = 4;
|
||||
uint32 content_close_time = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user