Example #1
0
        }// End of the Stats Method

        /*
         * ========================================================================================
         * Inventory ---> Displays the Hero's Inventory and Equip Items from Inventory
         * ========================================================================================
         */
        private void Inventory()
        {
            Console.Clear();

            Hero.ManageInventory();

            Console.Title = $"Main Menu";
        }// End of the Inventory Method