using UnityEngine; public class ScriptMenuExitGame : MonoBehaviour { public void Exit() { Application.Quit(); } }