Esempio n. 1
0
    /// <summary>
    /// 回放按钮
    /// </summary>
    /// <param name="body"></param>
    private void SendPlayback()
    {
        PlayVideoC2S package = new PlayVideoC2S();

        package.round  = particularsScrollData.ReportId;
        package.roomId = particularsScrollData.RoomID;
        NetMgr.Instance.SendBuff <PlayVideoC2S>(SocketType.HALL, MsgNoC2S.C2S_Hall_Get_Replay_Data.GetHashCode(), 0, package);
    }
    /// <summary>
    /// 绑定战绩详情按钮
    /// </summary>
    /// <param name="body"></param>
    private void GradeInformationButtonEvent()
    {
        PlayVideoC2S package = new PlayVideoC2S();

        package.round  = reportId;
        package.roomId = roomNum;
        NetMgr.Instance.SendBuff <PlayVideoC2S>(SocketType.HALL, MsgNoC2S.REQUEST_PLAYVIDEO_C2S.GetHashCode(), 0, package);
    }