7 lines
142 B
C#
7 lines
142 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public class UIState
|
|
{
|
|
public Building SelectedBuilding { get; set; }
|
|
}
|
|
} |