상점 패키지 랜덤백 연결

This commit is contained in:
Ino 2025-04-23 08:51:41 +09:00
parent 4af76eec85
commit b5e8d55860
3 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -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);
}
}