Example #1
0
 public void SetRecommendList(int Index, FriendRpcRecommendObjWraper v)
 {
     if (Index < 0 || Index >= (int)m_RecommendList.Count)
     {
         return;
     }
     m_RecommendList[Index] = v;
 }
Example #2
0
 public void AddRecommendList(FriendRpcRecommendObjWraper v)
 {
     m_RecommendList.Add(v);
 }