Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
8567144c9e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue