mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
19 lines
364 B
Protocol Buffer
19 lines
364 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: BIJPBENPHEA
|
|
// CmdId: 8256
|
|
message SummerTimeSprintBoatSettleNotify {
|
|
bool is_success = 8;
|
|
uint32 group_id = 14;
|
|
uint32 ECGNDJEFALL = 2;
|
|
uint32 score = 3;
|
|
bool is_new_record = 6;
|
|
uint32 DOJCKDMCLJE = 5;
|
|
uint32 left_time = 9;
|
|
uint32 total_num = 4;
|
|
}
|
|
|