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