コード例 #1
0
ファイル: Game.cs プロジェクト: WAyling1021/Lemonadestand-
 // member methods
 public void RunGame()
 {
     UI.DisplayInventory(player.myInventory);
     UI.DisplayName(player);
     Console.ReadLine();
 }