mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,16 +19,21 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8651
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message SummerTimeSprintBoatSettleNotify {
|
||||
uint32 total_num = 13;
|
||||
uint32 group_id = 12;
|
||||
bool is_success = 15;
|
||||
uint32 collect_num = 6;
|
||||
uint32 left_time = 8;
|
||||
uint32 medal_level = 2;
|
||||
uint32 score = 10;
|
||||
bool is_new_record = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8451;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 score = 6;
|
||||
uint32 left_time = 2;
|
||||
bool is_success = 4;
|
||||
uint32 group_id = 5;
|
||||
uint32 Unk3300_PLFMJPNPPLI = 12;
|
||||
uint32 total_num = 10;
|
||||
bool is_new_record = 15;
|
||||
uint32 Unk3300_MEEKFJJIOKE = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user