public void SetItemArray(int Index, ShopItemObjWraperV1 v) { if (Index < 0 || Index >= (int)m_ItemArray.Count) { return; } m_ItemArray[Index] = v; }
public void AddItemArray(ShopItemObjWraperV1 v) { m_ItemArray.Add(v); }