休憩リワードボタンが消えてないのを修正
This commit is contained in:
parent
070be9e974
commit
5c25b9d07a
|
|
@ -49,6 +49,9 @@ public class KitchenManager : MonoBehaviour
|
|||
{
|
||||
CoinGetDialog.ShowDialog(refreshRewardCoin, () =>
|
||||
{
|
||||
adButton.gameObject.SetActive(false);
|
||||
kitchenView.SetNormalAnimation();
|
||||
|
||||
CoinManager.Instance.AddCoinWithEffect(refreshRewardCoin);
|
||||
gameData.Coin = CoinManager.Instance.OwnCoin;
|
||||
gameData.kitchenRefreshTime = DateTime.UtcNow.AddSeconds(refreshWaitTime).ToBinary();
|
||||
|
|
|
|||
Loading…
Reference in New Issue