19 lines
314 B
Protocol Buffer
19 lines
314 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;
|
|
}
|