GC-Proto/proto/AvatarPropNotify.proto

8 lines
163 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AvatarPropNotify {
map<uint32, int64> prop_map = 10;
uint64 avatar_guid = 15;
}