mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
15 lines
268 B
Protocol Buffer
15 lines
268 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message InBattleIrodoriChessSettleInfo {
|
|
bool isActivityEnd = 10;
|
|
uint32 killMonsterNum = 2;
|
|
bool isNewRecord = 12;
|
|
uint64 sceneTimeMs = 14;
|
|
uint32 settleScore = 15;
|
|
bool isPerfect = 5;
|
|
}
|