Changed gamemanager folder to manager

This commit is contained in:
BOT Alex 2024-04-20 22:07:34 +02:00
parent 8356f4ae10
commit cd259ed458
3 changed files with 2 additions and 0 deletions

View File

@ -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)