GC-Proto/proto/AvatarFightPropUpdateNotify...

12 lines
236 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1217
// EnetChannelId: 0
// EnetIsReliable: true
message AvatarFightPropUpdateNotify {
uint64 avatar_guid = 1;
map<uint32, float> fight_prop_map = 6;
}