Ejemplo n.º 1
0
 public void SetFood(FoodId food)
 {
     this.food = FoodData.Find(food);
     foodField.SetFood(this.food);
 }