namespace Assets.Common { public class Tree { public Point Placement { get; set; } public MapSite Site { get; set; } } }