I'm working with Leaves and Wombats and I'm trying to add a turnRight method to make the wombats move differently from how they are initially programmed to move. However, I see there is a public void turnRight() method already in the code when I first open up the program. How would I add/modify a turnRight method in this case?

