mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
20 lines
436 B
Protocol Buffer
20 lines
436 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStopReason.proto";
|
|
|
|
// Name: FDKDFBOIEBK
|
|
// CmdId: 22564
|
|
message FungusFighterTrainingGallerySettleNotify {
|
|
uint32 total_used_time = 15;
|
|
uint32 KHGENKJOKMG = 1;
|
|
uint32 MMNHJBBFBGJ = 5;
|
|
uint32 final_score = 14;
|
|
GalleryStopReason reason = 9;
|
|
bool is_final_settle = 3;
|
|
bool is_new_record = 8;
|
|
uint32 APJLBAHCICA = 4;
|
|
}
|
|
|