Upload files to "/"
This commit is contained in:
parent
059fcb1016
commit
b069c3f67a
|
@ -0,0 +1,12 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEngine.SceneManagement;
|
||||||
|
|
||||||
|
public class lanjutpuzzle : MonoBehaviour
|
||||||
|
{
|
||||||
|
public void Hyperlink()
|
||||||
|
{
|
||||||
|
SceneManager.LoadScene("Puzzle");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue