From 8fc4a2a6fd465f77046cf50429b57a4d0eb1a4f6 Mon Sep 17 00:00:00 2001 From: Cory Bennett <32466081+Qonfused@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:00:42 -0600 Subject: [PATCH] [MTGOSDK/API/Users] Avatar: Remove Image property Prune explicit IVisualResource reference. --- MTGOSDK/src/API/Users/Avatar.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MTGOSDK/src/API/Users/Avatar.cs b/MTGOSDK/src/API/Users/Avatar.cs index e45ff1c..bc824fe 100644 --- a/MTGOSDK/src/API/Users/Avatar.cs +++ b/MTGOSDK/src/API/Users/Avatar.cs @@ -27,12 +27,6 @@ public sealed class Avatar(dynamic avatar) : DLRWrapper /// private readonly Card CardDefinition = new(avatar.CardDefinition); - /// - /// The associated visual resource for the Avatar. - /// - private readonly IVisualResource Image = - Bind(avatar.CardDefinition.Resource); - // // IAvatar wrapper properties //