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 bool IsBuildMode = false;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
if (Instance != this)
|
Loading…
Reference in New Issue