protected virtual void OnSuccessC(PurchaseEventArgs args) { OnPurchaseConsumable?.Invoke(args); Debug.Log(C_PRODUCTS[currentProductIndex] + " Buyed!"); Log.WriteLog(C_PRODUCTS[currentProductIndex] + " Buyed.", Log.LevelsOfLogs.INFO, "PurchaseManager"); }
protected virtual void OnSuccess_Consumable(PurchaseEventArgs args) { OnPurchaseConsumable?.Invoke(args); Debug.Log(C_PRODUCTS[c_currentProductName] + " Buyed!"); }