상점 패키지 랜덤백 연결
This commit is contained in:
parent
4af76eec85
commit
b5e8d55860
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -21,5 +21,8 @@ public class ShopPackagePopup : uScrollViewMgr
|
|||
images[0].sprite = m_Data.Get_Icon();
|
||||
images[1].enabled = m_Data.n_PriceItemID > 0;
|
||||
if (images[1].enabled) images[1].sprite = UIAtlasMgr.Ins.Get_Sprite(m_Data.n_PriceItemID);
|
||||
|
||||
var items = table_randombag.Ins.Get_DataList(m_Data.n_RandomBagID);
|
||||
Set_ScrollView(items);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue