GC-Proto/proto/InBattleChessSettleInfo.proto
2023-04-11 11:14:48 +08:00

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;
}