feat: 게임 플레이 화면에서 벗어나면 정보 초기화

This commit is contained in:
aube.lee
2025-02-28 15:03:10 +09:00
parent 88d14f54b4
commit 608abcbac2
3 changed files with 12 additions and 3 deletions

View File

@@ -180,8 +180,9 @@ namespace TON
Debug.Log("OnClickAdButton::: ");
PlayerDataManager.Singleton.AddGold(goldAmount);
OnClickHomeButton();
goldAmount = 0;
OnClickHomeButton();
}
}