diff --git a/src/GiveMeAnAvatar/Model/AvatarSettings.cs b/src/GiveMeAnAvatar/Model/AvatarSettings.cs index 54557eb..1e87719 100644 --- a/src/GiveMeAnAvatar/Model/AvatarSettings.cs +++ b/src/GiveMeAnAvatar/Model/AvatarSettings.cs @@ -9,6 +9,11 @@ public class AvatarSettings private int? _size; private string _extraFilter; + /// + /// Use these avatar settings to customize your avatar a bit. + /// + public AvatarSettings() { } + /// /// (Optional) Some avatars display user initials or even the full name and if this setting isn't supplied, /// the program randomly decides a user initial. Feel free to supply a value if you need to