mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
31 lines
970 B
Protocol Buffer
31 lines
970 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InBattleMechanicusCardInfo.proto";
|
|
import "InBattleMechanicusMonsterInfo.proto";
|
|
import "InBattleMechanicusPlayerInfo.proto";
|
|
import "InBattleMechanicusStageType.proto";
|
|
|
|
// Name: OEKICOMPAFL
|
|
message InBattleMechanicusInfo {
|
|
uint32 excaped_monster_num = 2;
|
|
uint64 ACGHDNCENEK = 13;
|
|
uint64 wait_begin_time_us = 12;
|
|
uint32 IFPJMEJGMEA = 9;
|
|
repeated InBattleMechanicusMonsterInfo monster_list = 8;
|
|
uint32 wait_seconds = 14;
|
|
repeated uint32 IHPACAHCKCH = 1582;
|
|
uint32 round = 4;
|
|
repeated InBattleMechanicusCardInfo pick_card_list = 3;
|
|
uint32 MMLJDCLICFL = 7;
|
|
uint32 left_monster = 11;
|
|
repeated uint32 EFEBPAKIIKH = 576;
|
|
InBattleMechanicusStageType stage = 15;
|
|
uint64 ANCACNKMJPL = 5;
|
|
uint32 JBPNIJKKEFD = 10;
|
|
repeated InBattleMechanicusCardInfo history_card_list = 1;
|
|
repeated InBattleMechanicusPlayerInfo player_list = 6;
|
|
}
|
|
|