예제 #1
0
        private IceBlock CreateIceBlock(string textureName)
        {
            IceBlock newBlock = new IceBlock();

            newBlock.TextureReference = textureName;

            return(newBlock);
        }
예제 #2
0
        private IceBlock CreateIceBlock(string textureName)
        {
            IceBlock newBlock = new IceBlock();
            newBlock.TextureReference = textureName;

            return newBlock;
        }