7 lines
No EOL
124 B
Protocol Buffer
7 lines
No EOL
124 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
message EntityFightPropUpdateNotify {
|
|
uint32 entity_id = 4;
|
|
map<uint32, float> fight_prop_map = 15;
|
|
} |