Beispiel #1
0
 public static void FeedPet(Pet pet)
 {
     int food = pet.GetFood();
       pet.SetFood(food + 10);
 }