7 lines
159 B
C#
7 lines
159 B
C#
namespace RecNet.Application.Profiles;
|
|
|
|
public sealed record UpdateAvatarCommand(
|
|
string? OutfitSelections,
|
|
string? SkinColor,
|
|
string? HairColor);
|