using System; namespace Core { public class GameManager : MonoSingleton { private void Start() { ScenesManager.Instance.LoadMainMenu(); } } }