syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message AvatarPropNotify { uint64 avatarGuid = 1; map propMap = 2; }