namespace DanieleMarotta.RiversongCodeShowcase { public class UIState { public Building SelectedBuilding { get; set; } } }