GC-Proto/proto/AvatarFightPropNotify.proto
2024-06-23 23:33:14 +08:00

10 lines
183 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message AvatarFightPropNotify {
uint64 avatar_guid = 9;
map<uint32, float> fight_prop_map = 10;
}