示例#1
0
 public bool TryEat()
 {
     return(_behaviour != null && _behaviour.HandleEating());
 }