public Cart() { //Placeholders, will be moved to cart generator. pather = new Cart_Pather(this); drawer = new Cart_DrawerTracker(this); graphics = new Cart_GraphicSet(this); }