private IceBlock CreateIceBlock(string textureName)
        {
            IceBlock newBlock = new IceBlock();

            newBlock.TextureReference = textureName;

            return(newBlock);
        }
        private IceBlock CreateIceBlock(string textureName)
        {
            IceBlock newBlock = new IceBlock();
            newBlock.TextureReference = textureName;

            return newBlock;
        }