|
@@ -72,6 +72,7 @@ namespace GFGGame
|
|
|
_valueBarController.OnShown();
|
|
|
_valueBarController.UpdateList(new List<int>() { _luckyBoxCfg.costID });
|
|
|
_luckyBoxCtrl.OnShown(_luckyBoxCfg.id);
|
|
|
+ LuckyBoxDataManager.Instance.currentBoxId = _luckyBoxCfg.id;
|
|
|
Timers.inst.Add(1, 0, UpdateTime);
|
|
|
UpdateView();
|
|
|
UpdateRedDot();
|