using System.Numerics; namespace Graphics.Objects { class gridBackground : iGraphicalObject { public void render(renderCam context) { } } }