mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
365 B
Protocol Buffer
19 lines
365 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 8406
|
|
// Name: GNLNKEJEPIG
|
|
message SummerTimeSprintBoatSettleNotify {
|
|
uint32 LKOGKCCJBFE = 6;
|
|
bool is_success = 5;
|
|
uint32 group_id = 10;
|
|
uint32 HPCCAIMDMDN = 7;
|
|
uint32 score = 2;
|
|
uint32 total_num = 3;
|
|
uint32 left_time = 1;
|
|
bool is_new_record = 13;
|
|
}
|
|
|