16 lines
317 B
Protocol Buffer
16 lines
317 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "InBattleMechanicusBuildingInfo.proto";
|
|
|
|
message InBattleMechanicusPlayerInfo {
|
|
repeated InBattleMechanicusBuildingInfo buildingList = 12;
|
|
uint32 uid = 6;
|
|
uint32 gdinnaencko = 15;
|
|
bool kjckjdpeflc = 9;
|
|
uint32 buildingPoints = 3;
|
|
}
|