예제 #1
0
        public static void Main(string[] args)
        {
            Game Adventure = new Game();

            Adventure.Start();
        }
예제 #2
0
 static void Main(string[] args)
 {
     Console.Title = "The Adventure Game";
     Game.Start();
 }