GC-Proto/proto/WinterCampTriathlonSettleNotify.proto

19 lines
371 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: PIIFCIHEFAO
// CmdId: 8920
2023-02-18 04:48:44 +03:00
message WinterCampTriathlonSettleNotify {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00