mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
360 B
Protocol Buffer
19 lines
360 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2118
|
|
// Name: CCFNOMPGAMF
|
|
message FlightActivitySettleNotify {
|
|
uint32 group_id = 8;
|
|
uint32 LKOGKCCJBFE = 14;
|
|
uint32 left_time = 10;
|
|
uint32 score = 5;
|
|
uint32 total_num = 1;
|
|
bool is_new_record = 9;
|
|
uint32 HPCCAIMDMDN = 12;
|
|
bool is_success = 6;
|
|
}
|
|
|