광고 재화 저장
This commit is contained in:
parent
282688b7cf
commit
8b4df58198
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
19
|
21
|
||||||
|
|
@ -171,6 +171,7 @@ public class GachaUI : uScrollViewMgr
|
||||||
ADInfo.Ins.Show_AD(false, () =>
|
ADInfo.Ins.Show_AD(false, () =>
|
||||||
{
|
{
|
||||||
SaveMgr.Ins.Add_Money(eMoney.Gacha, table_GlobalValue.Ins.Get_Int("GachaAD_Reward"));
|
SaveMgr.Ins.Add_Money(eMoney.Gacha, table_GlobalValue.Ins.Get_Int("GachaAD_Reward"));
|
||||||
|
SaveMgr.Ins.Save();
|
||||||
LobbyUI.Ins.m_ToastUI.Set($"뽑기 재화 {table_GlobalValue.Ins.Get_Int("GachaAD_Reward")}개를 획득했습니다.", ToastY);
|
LobbyUI.Ins.m_ToastUI.Set($"뽑기 재화 {table_GlobalValue.Ins.Get_Int("GachaAD_Reward")}개를 획득했습니다.", ToastY);
|
||||||
Set_Money();
|
Set_Money();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue