using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace skyscraper5.UI { internal class SkyscraperUiNode : TreeNode { public bool FillOutComplete { get; set; } public string DetailedText { get; internal set; } } }