示例#1
0
        static void Main(string[] args)
        {
            Player player = new Player();

            player.ChooseTool();
            Adventure adventure = new Adventure(player);
        }