예제 #1
0
파일: Program.cs 프로젝트: yaozd/Sword
        static void Main(string[] args)
        {
            Console.Title = "Server";

            ServerRuntime.Start(888);

            Console.WriteLine("Server started.");
            Console.ReadKey();
        }