This commit is contained in:
BOT Alex 2024-04-21 05:13:33 +02:00
parent 22febf0087
commit 332e028fea
1 changed files with 1 additions and 1 deletions

View File

@ -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;