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