This commit is contained in:
parent
5f1bf2b735
commit
9ad8d6ee3e
|
@ -7,8 +7,9 @@ public class GameManager : MonoBehaviour
|
|||
public static GameManager Instance;
|
||||
|
||||
public bool IsBuildMode = false;
|
||||
public Tower SelectedTower;
|
||||
|
||||
private void Start()
|
||||
private void Awake()
|
||||
{
|
||||
if (Instance != this)
|
||||
Destroy(Instance);
|
||||
|
|
Loading…
Reference in New Issue