예제 #1
0
 private void ChooseAFavoriteMeal()
 {
     foreach (PlayerBase player in this.Players)
     {
         PublicBoard.SetFavoriteFoodForPlayer(player, player.AskFavoriteFood(this.PublicBoard));
     }
 }