From 9ae75105648f7717148e273d248b54ea6d5b4372 Mon Sep 17 00:00:00 2001 From: Hazim Bin Ijaz Date: Thu, 31 Oct 2024 21:44:30 +0500 Subject: [PATCH] Update GameManager.cs --- Assets/Scripts/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/GameManager.cs b/Assets/Scripts/GameManager.cs index 6803d866..e14b1cd8 100644 --- a/Assets/Scripts/GameManager.cs +++ b/Assets/Scripts/GameManager.cs @@ -73,7 +73,7 @@ public class GameManager { get { - return PlayerPrefs.GetInt("Coin", 50); + return PlayerPrefs.GetInt("Coin", 0); } set {