NahidaImpact/NahidaImpact.Protocol/AvatarFightPropNotify.proto
2024-01-04 16:48:39 +03:00

7 lines
No EOL
120 B
Protocol Buffer

syntax = "proto3";
message AvatarFightPropNotify {
uint64 avatar_guid = 2;
map<uint32, float> fight_prop_map = 12;
}