Skip to content
Snippets Groups Projects

Documentation supplémentaire

Merged MrWarzo requested to merge jordan.pereira/t-432-las-21-t-3-d:main into main
Compare and
5 files
+ 116
110
Preferences
Compare changes
Files
5
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ExitScene : MonoBehaviour
namespace Scripts.ButtonUI
{
// Start is called before the first frame update
public void Exit()
{
Application.Quit();
}
}
using UnityEngine;
public class ExitScene : MonoBehaviour
{
// Start is called before the first frame update
public void Exit()
{
Application.Quit();
}
}
}
\ No newline at end of file