Ejemplo n.º 1
0
        public FiguresManager()
        {
            mFiguresCreator  = new FiguresGenerator();
            mBlocksDestroyer = new BlocksDestroyer();
            mBlocksDestroyer.BlockDestroyed += OnAllBlocksDestroyed;
            mFiguresCounter = 0;

            CreateFigure();
        }
Ejemplo n.º 2
0
        public FiguresManager()
        {
            mFiguresCreator = new FiguresGenerator();
            mBlocksDestroyer = new BlocksDestroyer();
            mBlocksDestroyer.BlockDestroyed += OnAllBlocksDestroyed;
            mFiguresCounter = 0;

            CreateFigure();
        }