//Shady // this is temporary way using UnityEngine; public class Shutdown : MonoBehaviour { public void ShutdownRunner() => GameManager.Instance.Shutdown(); }