mirror of
https://github.com/Fluffy-Bean/Again.git
synced 2025-05-24 04:14:55 +00:00
:3
This commit is contained in:
parent
90cf5a6112
commit
24501eac1e
13 changed files with 83 additions and 208 deletions
10
gameExit.cs
Normal file
10
gameExit.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class gameExit : MonoBehaviour
|
||||
{
|
||||
public void doExitGame() {
|
||||
Application.Quit();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue