syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message AvatarRenameInfo { uint32 avatarId = 1; string avatarName = 8; }