skyscraper8/GUIs/skyscraper5.UI/SkyscraperUiNode.cs
feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

15 lines
295 B
C#

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; }
}
}