Skip to content

Commit

Permalink
Merge pull request #118 from dlamkins/master
Browse files Browse the repository at this point in the history
Make Skill Icon nullable.
  • Loading branch information
Archomeda authored Apr 9, 2022
2 parents 1a12b1d + d8a76dd commit f0461e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Skill : ApiV2BaseObject, IIdentifiable<int>
/// <summary>
/// The skill icon URL.
/// </summary>
public RenderUrl Icon { get; set; }
public RenderUrl? Icon { get; set; }

/// <summary>
/// The skill specialization.
Expand Down

0 comments on commit f0461e4

Please sign in to comment.