using System;
[Serializable]
public class InventoryData
{
public string[] ItemContent; // Store Ids
public int[] ItemQuantity; // Store Quantity
}