Changed gamemanager folder to manager
This commit is contained in:
parent
8356f4ae10
commit
cd259ed458
|
@ -6,6 +6,8 @@ public class GameManager : MonoBehaviour
|
||||||
{
|
{
|
||||||
public static GameManager Instance;
|
public static GameManager Instance;
|
||||||
|
|
||||||
|
public bool IsBuildMode = false;
|
||||||
|
|
||||||
private void Start()
|
private void Start()
|
||||||
{
|
{
|
||||||
if (Instance != this)
|
if (Instance != this)
|
Loading…
Reference in New Issue