Example #1
0
    void OnDestroy()
    {
        if (mServer != null)
        {
            mServer.Shutdown();
        }

        if (mClient != null)
        {
            mClient.Shutdown();
        }
    }