示例#1
0
 private void RemoveFeed(Food food)
 {
     _foodManager.RemoveFood(food);
 }