Skip to content

Commit

Permalink
[MTGOSDK/API/Users] Avatar: Remove Image property
Browse files Browse the repository at this point in the history
Prune explicit IVisualResource reference.
  • Loading branch information
Qonfused committed Nov 18, 2024
1 parent 39f9050 commit 8fc4a2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MTGOSDK/src/API/Users/Avatar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ public sealed class Avatar(dynamic avatar) : DLRWrapper<IAvatar>
/// </summary>
private readonly Card CardDefinition = new(avatar.CardDefinition);

/// <summary>
/// The associated visual resource for the Avatar.
/// </summary>
private readonly IVisualResource Image =
Bind<IVisualResource>(avatar.CardDefinition.Resource);

//
// IAvatar wrapper properties
//
Expand Down

0 comments on commit 8fc4a2a

Please sign in to comment.