public void SendToBack(Chef c) { }
public void EatFood(Chef c, Food food) { GameController.Instance.FoodEaten(c, food, true); }