diff options
| author | Alee <Alee14498@gmail.com> | 2019-06-02 14:15:13 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-06-02 14:15:13 -0400 |
| commit | 7887e44bea38ca52d196bba62317e26f8d244c7b (patch) | |
| tree | 698a5f9414a6003ed0ae8a8f2b15866d87aacb18 /Assets/Scripts/UI/ExitApplication.cs | |
| parent | a24e6a8485ef6d4404f5fb557d8f37a4485f5415 (diff) | |
| download | Unicity-7887e44bea38ca52d196bba62317e26f8d244c7b.tar.gz Unicity-7887e44bea38ca52d196bba62317e26f8d244c7b.tar.bz2 Unicity-7887e44bea38ca52d196bba62317e26f8d244c7b.zip | |
cylex's stuff again
Diffstat (limited to 'Assets/Scripts/UI/ExitApplication.cs')
| -rw-r--r-- | Assets/Scripts/UI/ExitApplication.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Assets/Scripts/UI/ExitApplication.cs b/Assets/Scripts/UI/ExitApplication.cs index 272cec1..475aae7 100644 --- a/Assets/Scripts/UI/ExitApplication.cs +++ b/Assets/Scripts/UI/ExitApplication.cs @@ -21,10 +21,8 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class ExitApplication : MonoBehaviour -{ - public void ExitGame() - { +public class ExitApplication : MonoBehaviour { + public void ExitGame() { Debug.Log("Game has closed."); Application.Quit(); } |
