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:
@@ -24,10 +24,10 @@ import "VintageHuntingThirdStageInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneGalleryVintageHuntingInfo {
|
||||
uint32 stage_id = 7;
|
||||
uint32 stage_id = 9;
|
||||
oneof info {
|
||||
VintageHuntingFirstStageInfo first_stage_info = 2;
|
||||
VintageHuntingSecondStageInfo second_stage_info = 15;
|
||||
VintageHuntingThirdStageInfo third_stage_info = 12;
|
||||
VintageHuntingFirstStageInfo first_stage_info = 5;
|
||||
VintageHuntingSecondStageInfo second_stage_info = 14;
|
||||
VintageHuntingThirdStageInfo third_stage_info = 8;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user