mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
338 B
Protocol Buffer
16 lines
338 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SummerTimeV2BoatGallerySettleInfo.proto";
|
|
|
|
// Name: DAPMDJEDHFN
|
|
// CmdId: 8436
|
|
message SummerTimeV2BoatSettleNotify {
|
|
uint32 stage_id = 9;
|
|
SummerTimeV2BoatGallerySettleInfo settle_info = 8;
|
|
uint32 gallery_id = 11;
|
|
bool is_new_record = 10;
|
|
}
|
|
|