mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
353 B
Protocol Buffer
16 lines
353 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "IrodoriChessMysteryInfo.proto";
|
|
|
|
// Name: CKMOHPMEDFD
|
|
message InBattleIrodoriChessInfo {
|
|
repeated uint32 selected_card_id_list = 8;
|
|
uint32 GKBILFJMMAO = 13;
|
|
uint32 left_monsters = 1;
|
|
IrodoriChessMysteryInfo mystery_info = 6;
|
|
uint32 CGCEKHJDBBP = 11;
|
|
}
|
|
|