Exemple #1
0
 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);
 }
Exemple #2
0
 public abstract void Interact(Ball ball);