Beispiel #1
0
 public void Petting()
 {
     pet.increaseAffection();
     pet.SetState(pet.GetPettingState());
 }