コード例 #1
0
ファイル: Cart.cs プロジェクト: ProfoundDarkness/MD2-Source
        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);
        }