Skip to content

Commit

Permalink
Storage json file downsized
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Apr 20, 2022
1 parent f13b328 commit 85b7659
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ namespace StatisticsAnalysisTool.Models.NetworkModel;

public class ContainerItem
{
[JsonPropertyName("I")]
public int ItemIndex { get; set; }
[JsonIgnore]
public Item Item => ItemController.GetItemByIndex(ItemIndex);
[JsonPropertyName("Q")]
public int Quantity { get; set; }
}

0 comments on commit 85b7659

Please sign in to comment.