Resolve conflicts
This commit was merged in pull request #10.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class ChangeSceneOnClick : MonoBehaviour
|
||||
{
|
||||
public void loadScene(string sceneName) {
|
||||
SceneManager.LoadScene(sceneName);
|
||||
}
|
||||
}
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class ChangeSceneOnClick : MonoBehaviour
|
||||
{
|
||||
public static void loadScene(string sceneName) {
|
||||
SceneManager.LoadScene(sceneName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user