This commit is contained in:
Ino 2026-01-08 17:49:34 +09:00
parent fbece3482d
commit 176bdcf59e
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class IAPManager : MonoBehaviour, IDetailedStoreListener
FireBaseMgr.Ins.LogPurchase(id, Get_Price(id), "KRW"); FireBaseMgr.Ins.LogPurchase(id, Get_Price(id), "KRW");
break; break;
case "com.fgb.cash1800": case "com.fgb.cash1800":
GameManager.DB.AddKey(2000, this.name); GameManager.DB.AddKey(1800, this.name);
GameManager.DB.AddTotalCashPerMonth(Get_Price(id)); GameManager.DB.AddTotalCashPerMonth(Get_Price(id));
FireBaseMgr.Ins.LogPurchase(id, Get_Price(id), "KRW"); FireBaseMgr.Ins.LogPurchase(id, Get_Price(id), "KRW");
break; break;