Beispiel #1
0
 public static void RestPet(Pet pet)
 {
     int rest = pet.GetRest();
       pet.SetRest(rest + 10);
 }