示例#1
0
        public Cart()
        {
            //Placeholders, will be moved to cart generator.
            pather = new Cart_Pather(this);
            drawer = new Cart_DrawerTracker(this);

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

            graphics = new Cart_GraphicSet(this);
        }