GC-Proto/proto/InBattleChessSettleInfo.proto

18 lines
390 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ExhibitionDisplayInfo.proto";
// Name: KCCNICENMAJ
message InBattleChessSettleInfo {
bool is_success = 15;
uint32 MPCPKIIJOLM = 8;
uint32 JBBDBIKIILL = 12;
repeated ExhibitionDisplayInfo score_list = 4;
uint32 FBODLPEMNMN = 3;
uint32 AICKCKBBCMG = 14;
uint64 scene_time_ms = 2;
}