mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
17 lines
292 B
Protocol Buffer
17 lines
292 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "GalleryStopReason.proto";
|
||
|
|
||
|
message SummerTimeV2BoatGallerySettleInfo {
|
||
|
uint32 param2 = 15;
|
||
|
uint32 galleryId = 5;
|
||
|
uint32 param3 = 8;
|
||
|
GalleryStopReason reason = 3;
|
||
|
uint32 usedTime = 4;
|
||
|
uint32 param1 = 6;
|
||
|
}
|