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:
@@ -22,10 +22,10 @@ import "GalleryStopReason.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SummerTimeV2BoatGallerySettleInfo {
|
||||
GalleryStopReason reason = 10;
|
||||
uint32 param2 = 12;
|
||||
uint32 used_time = 4;
|
||||
uint32 param1 = 7;
|
||||
uint32 param2 = 2;
|
||||
GalleryStopReason reason = 3;
|
||||
uint32 gallery_id = 11;
|
||||
uint32 param3 = 6;
|
||||
uint32 used_time = 12;
|
||||
uint32 gallery_id = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user