private SpringBlock CreateSpringBlock(string textureName) { SpringBlock newBlock = new SpringBlock(); newBlock.TextureReference = textureName; return(newBlock); }
private SpringBlock CreateSpringBlock(string textureName) { SpringBlock newBlock = new SpringBlock(); newBlock.TextureReference = textureName; return newBlock; }