15 lines
308 B
Protocol Buffer
15 lines
308 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "IrodoriChessMysteryInfo.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message InBattleIrodoriChessInfo {
|
||
|
repeated uint32 fpdiemhhpko = 3;
|
||
|
uint32 leftMonsters = 11;
|
||
|
IrodoriChessMysteryInfo dcfcppdjgod = 10;
|
||
|
uint32 settleScore = 8;
|
||
|
uint32 buildingPoints = 6;
|
||
|
}
|