示例#1
0
 public void SetPlishedAttrId(int Index, BagExtraAttrIdObjWraper v)
 {
     if (Index < 0 || Index >= (int)m_PlishedAttrId.Count)
     {
         return;
     }
     m_PlishedAttrId[Index] = v;
 }
示例#2
0
 public void AddPlishedAttrId(BagExtraAttrIdObjWraper v)
 {
     m_PlishedAttrId.Add(v);
 }