Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Sveske Juice 2024-04-21 05:13:41 +02:00
commit 8567144c9e
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;