Grasscutter/proto/EntityFightPropUpdateNotify.proto

12 lines
234 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1237
// EnetChannelId: 0
// EnetIsReliable: true
message EntityFightPropUpdateNotify {
uint32 entity_id = 1;
map<uint32, float> fight_prop_map = 8;
}