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:
@@ -23,8 +23,8 @@ import "RogueDiaryStageInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message RogueDiaryActivityDetailInfo {
|
||||
bool is_content_closed = 3;
|
||||
repeated RogueDiaryStageInfo stage_list = 11;
|
||||
bool is_have_progress = 10;
|
||||
bool is_content_closed = 2;
|
||||
RogueDiaryProgress cur_progress = 7;
|
||||
bool is_have_progress = 5;
|
||||
RogueDiaryProgress cur_progress = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user