예제 #1
0
 protected LobbyServer(LobbyServerConfig args)
 {
 }
예제 #2
0
        public static LobbyServer Begin(string[] args)
        {
            var config = LobbyServerConfig.Parse(args);

            return(new LobbyServer(config));
        }