示例#1
0
 public void shop()
 {
     stand.showItemsInStock();
     stand.displayWallet();
     stand.promptForRecipe();
     stand.buyItems();
     Console.Clear();
 }