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

16 lines
309 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EKKBDFFFCHH
message InBattleIrodoriChessSettleInfo {
bool is_new_record = 13;
bool is_activity_end = 14;
uint64 scene_time_ms = 5;
bool is_perfect = 2;
uint32 DPLOCABFHKK = 7;
uint32 KHNEENKECBK = 8;
}