예제 #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
파일: Program.cs 프로젝트: Shiroy/Agar.net
 static void Main(string[] args)
 {
     World world = new World();
     world.Init();
     world.Run();
 }