syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message AvatarChangeCostumeReq { uint64 avatarGuid = 1; uint32 costumeId = 2; }