GC-Proto/proto/InBattleChessSettleInfo.proto

18 lines
390 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ExhibitionDisplayInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: KCCNICENMAJ
2023-02-18 04:48:44 +03:00
message InBattleChessSettleInfo {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00