mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
19 lines
371 B
Protocol Buffer
19 lines
371 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PIIFCIHEFAO
|
|
// CmdId: 8920
|
|
message WinterCampTriathlonSettleNotify {
|
|
bool is_new_record = 9;
|
|
uint32 score = 7;
|
|
uint32 gallery_id = 5;
|
|
uint32 CELBGBHKEII = 2;
|
|
uint32 DIOJNDKDDLI = 6;
|
|
uint32 GIOFDHLLFNA = 12;
|
|
bool is_success = 10;
|
|
uint32 GLMOIGKCNOF = 14;
|
|
}
|
|
|