21 lines
495 B
Protocol Buffer
21 lines
495 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ChessMysteryInfo.proto";
|
|
import "ChessPlayerInfo.proto";
|
|
import "ChessCardInfo.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message InBattleChessInfo {
|
|
uint32 ddhmhajjmfk = 12;
|
|
repeated uint32 gkhmchgepli = 11;
|
|
map<uint32, ChessPlayerInfo> abhkjjjcfcd = 15;
|
|
uint32 round = 2;
|
|
ChessMysteryInfo dcfcppdjgod = 10;
|
|
uint32 leftMonsters = 3;
|
|
uint32 escapedMonsters = 9;
|
|
repeated ChessCardInfo selectedCardInfoList = 1;
|
|
uint32 mechanicusId = 14;
|
|
}
|