|
@@ -363,17 +363,16 @@ namespace GFGGame
|
|
}
|
|
}
|
|
private void OnClickBtnBack()
|
|
private void OnClickBtnBack()
|
|
{
|
|
{
|
|
- this.Hide();
|
|
|
|
-
|
|
|
|
Reset();
|
|
Reset();
|
|
ViewManager.GoBackFrom(ViewName.LUCKY_BOX_VIEW);
|
|
ViewManager.GoBackFrom(ViewName.LUCKY_BOX_VIEW);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
private void OnClickBtnHome()
|
|
private void OnClickBtnHome()
|
|
{
|
|
{
|
|
GameController.GoBackToMainView();
|
|
GameController.GoBackToMainView();
|
|
- // Reset();
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
private void Reset()
|
|
private void Reset()
|
|
{
|
|
{
|
|
LuckyBoxDataManager.Instance.currentBoxId = LuckyBoxDataManager.Instance.luckyBoxIds[0];
|
|
LuckyBoxDataManager.Instance.currentBoxId = LuckyBoxDataManager.Instance.luckyBoxIds[0];
|