Esempio n. 1
0
 //Gets random dish from menu
 MenuScript.Dish GetDishRandom()
 {
     return(menu.GetDishRandom());
 }