コード例 #1
0
ファイル: msgFriendSystem.cs プロジェクト: cash2one/oold
 public static void CallBack(CMsgFriendSystemCN2GCAckFriendsSearch ack)
 {
     if (CMsgFriendSystemCN2GCAckFriendsSearch.cb == null)
     {
         return;
     }
     CMsgFriendSystemCN2GCAckFriendsSearch.cb(ack.m_ids);
 }
コード例 #2
0
        public void OnMsgFriendSystemCN2GCAckFriendsSearch(UnityFrame.CMsg msgData)
        {
            CMsgFriendSystemCN2GCAckFriendsSearch ack = (CMsgFriendSystemCN2GCAckFriendsSearch)msgData;

            CMsgFriendSystemCN2GCAckFriendsSearch.CallBack(ack);
        }