From 332e028fea0bb10e5468a20a9ff5982da1198a9c Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Sun, 21 Apr 2024 05:13:33 +0200 Subject: [PATCH] Typo --- Assets/Scripts/Manager/MoneyManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Manager/MoneyManager.cs b/Assets/Scripts/Manager/MoneyManager.cs index 8f08f6b..a1ee641 100644 --- a/Assets/Scripts/Manager/MoneyManager.cs +++ b/Assets/Scripts/Manager/MoneyManager.cs @@ -7,7 +7,7 @@ using UnityEngine.Assertions; public class MoneyManager : MonoBehaviour { - public EnemyCollection towerCollection; + public TowerCollection towerCollection; [Space(10)] public GameObject[] ShopButtons; public TMP_Text[] MoneyTexts;