Upload files to "/"
This commit is contained in:
parent
44e0d47bf4
commit
42c9bf1ce1
|
@ -0,0 +1,12 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEngine.SceneManagement;
|
||||||
|
|
||||||
|
public class lanjuttebakgambar : MonoBehaviour
|
||||||
|
{
|
||||||
|
public void Hyperlink()
|
||||||
|
{
|
||||||
|
SceneManager.LoadScene("COBA TEBAK");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue