Example #1
0
 public Effect[] Eat(Eatable eatable)
 {
     return(eatable.ToBeEaten(this));
 }