mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
359 B
Protocol Buffer
19 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 20675
|
|
// Name: MCAGOHGNOLF
|
|
message LanV3RaceSettleNotify {
|
|
uint32 level_id = 13;
|
|
uint32 gallery_id = 2;
|
|
uint32 MFJBNDHNNMO = 15;
|
|
uint32 JCFJLLKLHFO = 3;
|
|
uint32 score = 5;
|
|
bool is_new_record = 9;
|
|
uint32 IFECDFBGBAA = 7;
|
|
bool is_success = 14;
|
|
}
|
|
|