using UnityEngine; namespace Michsky.UI.Heat { public class ExitGame : MonoBehaviour { public void Exit() { Application.Quit(); } } }