From d8a76ddc4c3ee6820f550358b9b0874c50818f60 Mon Sep 17 00:00:00 2001 From: Dade Lamkins Date: Fri, 8 Apr 2022 18:27:29 -0400 Subject: [PATCH] Update Skill.cs Make Skill Icon nullable. --- Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs b/Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs index 075258c01..2af4b68f6 100644 --- a/Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs +++ b/Gw2Sharp/WebApi/V2/Models/Skills/Skill.cs @@ -27,7 +27,7 @@ public class Skill : ApiV2BaseObject, IIdentifiable /// /// The skill icon URL. /// - public RenderUrl Icon { get; set; } + public RenderUrl? Icon { get; set; } /// /// The skill specialization.