Commit 4e348ef1 authored by Hà Trung (NEGAXY)'s avatar Hà Trung (NEGAXY)

no message

parent 1a34547b
...@@ -24,6 +24,11 @@ public class HomeScreen : MonoBehaviour ...@@ -24,6 +24,11 @@ public class HomeScreen : MonoBehaviour
} }
CheckRemoveAds(); CheckRemoveAds();
TimeManager.Instance.shopRewardTimer.Callback += timerCallbackFunc; TimeManager.Instance.shopRewardTimer.Callback += timerCallbackFunc;
rankUI.ShowRewardNow();
//if(rankUI.ShowRewardNow())
//{
// // show tut
//}
} }
private void OnDisable() private void OnDisable()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment