mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
356 B
Protocol Buffer
16 lines
356 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InBattleMechanicusBuildingInfo.proto";
|
|
|
|
// Name: IGLPHNBDPBA
|
|
message InBattleMechanicusPlayerInfo {
|
|
uint32 uid = 6;
|
|
bool is_card_confirmed = 9;
|
|
repeated InBattleMechanicusBuildingInfo building_list = 10;
|
|
uint32 FABNMNFMJFG = 12;
|
|
uint32 OGEKLCAABAG = 3;
|
|
}
|
|
|