Add avatar support

This commit is contained in:
Holden
2026-06-20 15:33:46 -05:00
parent 942bb4c80b
commit e24a4c6872
15 changed files with 365 additions and 9 deletions
@@ -0,0 +1,6 @@
namespace RecNet.Application.Profiles;
public sealed record UpdateAvatarCommand(
string? OutfitSelections,
string? SkinColor,
string? HairColor);