GC-Proto/proto/InBattleIrodoriChessSettleInfo.proto

16 lines
308 B
Protocol Buffer
Raw Normal View History

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