mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 00:26:06 +03:00
17 lines
331 B
Protocol Buffer
17 lines
331 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStopReason.proto";
|
|
|
|
// Name: EAPMIPANCBB
|
|
message SummerTimeV2BoatGallerySettleInfo {
|
|
uint32 param1 = 9;
|
|
uint32 param2 = 1;
|
|
uint32 param3 = 3;
|
|
GalleryStopReason reason = 8;
|
|
uint32 gallery_id = 5;
|
|
uint32 used_time = 7;
|
|
}
|
|
|