mirror of
https://github.com/HoonTB/Project-AS.git
synced 2025-12-26 11:51:21 +09:00
bump: Unity 6.3 LTS
This commit is contained in:
9
Assets/_MAIN/Scripts/Core/GameManager.cs
Normal file
9
Assets/_MAIN/Scripts/Core/GameManager.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class GameManager : MonoBehaviour
|
||||
{
|
||||
public void LoadScene()
|
||||
{
|
||||
UnityEngine.SceneManagement.SceneManager.LoadScene("In-Game");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user