コード例 #1
0
ファイル: Program.cs プロジェクト: jerk/Agar.net
        static void Main(string[] args)
        {
            World world = new World();

            world.Init();
            world.Run("localhost", 443);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: topkekker223/edgeeee
        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();
 }