Passion & UI
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Michsky.UI.Shift
|
||||
{
|
||||
public class ExitToSystem : MonoBehaviour
|
||||
{
|
||||
public void ExitGame()
|
||||
{
|
||||
Debug.Log("Exit function is working on build mode.");
|
||||
Application.Quit();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user