using UnityEngine;
public class ManagerCaller : MonoBehaviour
{
private void Awake()
if (GameManager.Instance != null)
Debug.Log("Call Managers.");
}