mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
22 lines
496 B
Protocol Buffer
22 lines
496 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "ChessMysteryInfo.proto";
|
||
|
import "ChessPlayerInfo.proto";
|
||
|
import "ChessCardInfo.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;
|
||
|
}
|