예제 #1
0
파일: Main.cs 프로젝트: putty174/Pong
        public static void Main(string[] args)
        {
            Console.WriteLine(" >> " + "Welcome to the Pong2D server!");
            Console.WriteLine(" >> " + "Wainting for clients.....");

            MainServer ms = new MainServer();
        }