NahidaImpact/NahidaImpact.Protocol/AvatarFightPropUpdateNotify.proto

7 lines
126 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message AvatarFightPropUpdateNotify {
uint64 avatar_guid = 5;
map<uint32, float> fight_prop_map = 10;
}