GC-Proto/proto/AvatarPropNotify.proto

10 lines
201 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 21114
message AvatarPropNotify {
uint64 avatar_guid = 6;
map<uint32, int64> prop_map = 8;
}