Beispiel #1
0
    protected IEnumerator Start()
    {
        Debug.Log(string.Format("Server is starting in {0} second(s)", startDelay));
        yield return(new WaitForSeconds(startDelay));

        server.Start(DEFAULT_SERVER_PORT);
    }