using System.Collections.Generic;
namespace GeometryTD.UI
{
public sealed class ShopFormRawData
public int PlayerGold;
public List<GoodsItemRawData> GoodsItems;
}