Add avatar support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace RecNet.Application.Profiles;
|
||||
|
||||
public sealed record UpdateAvatarCommand(
|
||||
string? OutfitSelections,
|
||||
string? SkinColor,
|
||||
string? HairColor);
|
||||
Reference in New Issue
Block a user