👔 Add image string to InventoryModel

pull/5/head
Alexis Drai 2 years ago
parent fe350955a0
commit b1a582a2ee

@ -25,5 +25,6 @@ namespace Minecraft.Crafting.Api.Models
/// Gets or sets the position. /// Gets or sets the position.
/// </summary> /// </summary>
public int Position { get; set; } public int Position { get; set; }
public string? ImageBase64 { get; set; }
} }
} }
Loading…
Cancel
Save