示例#1
0
        public static void Main(String[] args)
        {
            Game g = new Game();

            g.Start();
        }