asset integration 50%
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class IntroSceneManager : MonoBehaviour
|
||||
{
|
||||
public void OnPlay(){
|
||||
LevelLoadManager.LoadLevel("MainMenu");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user