Skip to content

Commit

Permalink
Add empty constructor with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Dec 22, 2020
1 parent 1be25c2 commit c5130e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GiveMeAnAvatar/Model/AvatarSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ public class AvatarSettings
private int? _size;
private string _extraFilter;

/// <summary>
/// Use these avatar settings to customize your avatar a bit.
/// </summary>
public AvatarSettings() { }

/// <summary>
/// (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
Expand Down

0 comments on commit c5130e1

Please sign in to comment.