Resolve WES-43 "Minigame framework"
This commit is contained in:
@@ -5,12 +5,6 @@ using UnityEngine.SceneManagement;
|
||||
|
||||
public class ChangeSceneOnClick : MonoBehaviour
|
||||
{
|
||||
// Backwards compatible because SOMEONE did not use correct naming convention
|
||||
public void loadScene(string sceneName)
|
||||
{
|
||||
SceneManager.LoadScene(sceneName);
|
||||
}
|
||||
|
||||
// Load scene from path name
|
||||
public void LoadScene(string sceneName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user