EquipmentShape :: struct
Properties
width :: uint32
height :: uint32
points :: array[array[uint32]] optional 
Example
-- A set of points which fall within the width/height - can't be empty
points =
{
{0, 0}, {1, 0}, {2, 0}, {3, 0},
{0, 1}, {3, 1},
{0, 2}, {3, 2},
{0, 3}, {1, 3}, {2, 3}, {3, 3}
}

