mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
18 lines
391 B
Protocol Buffer
18 lines
391 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ExhibitionDisplayInfo.proto";
|
|
|
|
// Name: BAMNPKKJOKG
|
|
message InBattleChessSettleInfo {
|
|
uint32 OEGOGJACMFM = 10;
|
|
bool is_success = 14;
|
|
uint64 scene_time_ms = 2;
|
|
uint32 JAAMDPPLIKM = 13;
|
|
uint32 PBGBDOFPHDN = 8;
|
|
repeated ExhibitionDisplayInfo score_list = 12;
|
|
uint32 OMOKCHKJJKC = 5;
|
|
}
|
|
|