GC-Proto/proto/InBattleMechanicusBuildingP...

18 lines
300 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message InBattleMechanicusBuildingPointsNotify {
enum IHJMAAOMCKL {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 5380;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
map<uint32, uint32> playerBuildingPointsMap = 7;
}