namespace GeometryTD.UI
{
public sealed class ShopFormContext : UIContext
public string GoldText;
public GoodsItemContext[] GoodsItems;
}