mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,7 +22,7 @@ import "RogueDiaryDungeonRecord.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message RogueDiaryStageInfo {
|
||||
uint32 stage_id = 1;
|
||||
RogueDiaryDungeonRecord best_record = 12;
|
||||
bool is_have_try = 10;
|
||||
uint32 stage_id = 15;
|
||||
RogueDiaryDungeonRecord best_record = 9;
|
||||
bool is_have_try = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user