Ejemplo n.º 1
0
        private SpringBlock CreateSpringBlock(string textureName)
        {
            SpringBlock newBlock = new SpringBlock();

            newBlock.TextureReference = textureName;

            return(newBlock);
        }
Ejemplo n.º 2
0
        private SpringBlock CreateSpringBlock(string textureName)
        {
            SpringBlock newBlock = new SpringBlock();
            newBlock.TextureReference = textureName;

            return newBlock;
        }