mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.2
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "SceneGalleryVintageHuntingFirstStageInfo.proto";
|
||||
import "SceneGalleryVintageHuntingSecondStageInfo.proto";
|
||||
import "SceneGalleryVintageHuntingThirdStageInfo.proto";
|
||||
import "VintageHuntingFirstStageInfo.proto";
|
||||
import "VintageHuntingSecondStageInfo.proto";
|
||||
import "VintageHuntingThirdStageInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneGalleryVintageHuntingInfo {
|
||||
uint32 stage_id = 7;
|
||||
oneof info {
|
||||
SceneGalleryVintageHuntingFirstStageInfo first_stage_info = 2;
|
||||
SceneGalleryVintageHuntingSecondStageInfo second_stage_info = 15;
|
||||
SceneGalleryVintageHuntingThirdStageInfo third_stage_info = 12;
|
||||
VintageHuntingFirstStageInfo first_stage_info = 2;
|
||||
VintageHuntingSecondStageInfo second_stage_info = 15;
|
||||
VintageHuntingThirdStageInfo third_stage_info = 12;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user