using UnityEngine; namespace GeometryTD.UI { public class CombatSelectFormContext : UIContext { public bool IsVisible; public Vector2 ContentPosition; public bool ShowBuildArea; public bool ShowFuncArea; public TowerSelectItemContext[] BuildItems; public TowerSelectItemContext UpgradeItem; public TowerSelectItemContext DestroyItem; } }