private void OnEnable() { controller = new GameViewController(); controller.OnOpen(this); game.StartGame(this); }