namespace PixelEngine; public class Density { public int x { get; set; } public int y{ get; set; } public float amount { get; set; } }