示例#1
0
文件: Program.cs 项目: jerk/Agar.net
        static void Main(string[] args)
        {
            World world = new World();

            world.Init();
            world.Run("localhost", 443);
        }
示例#2
0
        static void Main(string[] args)
        {
            World world = new World();

            world.Init();
            world.Run();
        }
示例#3
0
 static void Main(string[] args)
 {
     World world = new World();
     world.Init();
     world.Run();
 }