GC-Proto/proto/AvatarFightPropUpdateNotify...

8 lines
179 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AvatarFightPropUpdateNotify {
map<uint32, float> fight_prop_map = 1;
uint64 avatar_guid = 13;
}