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