mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
20 lines
438 B
Protocol Buffer
20 lines
438 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStopReason.proto";
|
|
|
|
// CmdId: 23001
|
|
// Name: OBECOGIBJBH
|
|
message FungusFighterTrainingGallerySettleNotify {
|
|
GalleryStopReason reason = 2;
|
|
uint32 COCEMCJMFGA = 15;
|
|
uint32 PNKNJPIMAFC = 12;
|
|
uint32 final_score = 1;
|
|
uint32 total_used_time = 13;
|
|
bool is_new_record = 11;
|
|
bool is_final_settle = 3;
|
|
uint32 GEAAIMCNKCK = 4;
|
|
}
|
|
|