public override void Interact(Ball ball) { ball.Lower_quality(20); System.Console.WriteLine("{0 } runs tirelessly after the {1} color ball, bite it and runs back to Joppe", this.name, ball.color); }
public abstract void Interact(Ball ball);