mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
22 lines
464 B
Protocol Buffer
22 lines
464 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStopReason.proto";
|
|
|
|
// Name: PPAEMNMJDHB
|
|
// CmdId: 24552
|
|
message GravenInnocenceRaceSettleNotify {
|
|
uint32 level_id = 7;
|
|
bool is_success = 3;
|
|
uint32 DIOJNDKDDLI = 10;
|
|
uint32 score = 2;
|
|
uint32 IHPLEFBHBDG = 5;
|
|
uint32 PFHHPCPLKGB = 1;
|
|
bool is_new_record = 12;
|
|
uint32 FBKJHNDOKFM = 4;
|
|
GalleryStopReason reason = 6;
|
|
uint32 gallery_id = 9;
|
|
}
|
|
|