Esempio n. 1
0
 public Cat ChangeHunger(HungerAction action)
 {
     _cat.ApplyAction(action);
     return(_cat);
 }