// member methods public void RunGame() { UI.DisplayInventory(player.myInventory); UI.DisplayName(player); Console.ReadLine(); }