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: 2195
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message FlightActivitySettleNotify {
|
||||
bool is_new_record = 1;
|
||||
uint32 medal_level = 6;
|
||||
uint32 left_time = 13;
|
||||
uint32 collect_num = 9;
|
||||
uint32 total_num = 5;
|
||||
uint32 group_id = 8;
|
||||
uint32 score = 10;
|
||||
bool is_success = 4;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 2143;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 left_time = 10;
|
||||
uint32 total_num = 6;
|
||||
uint32 group_id = 13;
|
||||
uint32 score = 15;
|
||||
uint32 Unk3300_MEEKFJJIOKE = 9;
|
||||
bool is_new_record = 4;
|
||||
bool is_success = 1;
|
||||
uint32 Unk3300_PLFMJPNPPLI = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user