namespace GeometryTD.UI { public class RewardItemContext : UIContext { public int Index; public IconAreaContext IconArea; public string Title; public string TypeText; public string Description; public TagItemContext[] Tags; } }