mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
309 B
Protocol Buffer
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;
|
|
}
|
|
|