OnRemoveClient

    /// <summary>
    /// 当服务器判定客户端为断线或连接异常时,移除客户端时调用
    /// </summary>
    public virtual void OnRemoveClient() { }

最后更新于

这有帮助吗?