mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
19 lines
359 B
Protocol Buffer
19 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HAMOAAGMJCK
|
|
// CmdId: 24480
|
|
message LanV3RaceSettleNotify {
|
|
uint32 score = 4;
|
|
bool is_success = 7;
|
|
uint32 gallery_id = 3;
|
|
uint32 level_id = 15;
|
|
uint32 IHPLEFBHBDG = 14;
|
|
uint32 DIOJNDKDDLI = 1;
|
|
uint32 FBKJHNDOKFM = 8;
|
|
bool is_new_record = 12;
|
|
}
|
|
|