package week16; import javafx.scene.image.Image; public class Man extends MovingElement { public Man(Image manImg) { super(manImg); } }