using System;
[System.Serializable]
public class StorageData
{
public InventoryData inventory = new InventoryData();
}