//methods-what a dino CAN do //need an attack method "What would happen IF this method is called?" //inside that method, what variables are we wanting to change? What happens when a dino attacks? public void Attack(robot robotBeingAttacked);