mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
16 lines
308 B
Protocol Buffer
16 lines
308 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: JIJKNLIIGAF
|
|
message InBattleIrodoriChessSettleInfo {
|
|
uint64 scene_time_ms = 14;
|
|
bool is_perfect = 4;
|
|
bool is_activity_end = 1;
|
|
bool is_new_record = 2;
|
|
uint32 LFMGDDMJGIP = 9;
|
|
uint32 CGCEKHJDBBP = 6;
|
|
}
|
|
|