mirror of
https://github.com/ConjureETS/OuijaMTLGJ2016.git
synced 2026-03-24 10:11:07 +00:00
15 lines
206 B
C#
15 lines
206 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class LoadScene : MonoBehaviour {
|
|
|
|
// Use this for initialization
|
|
void Start () {
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update () {
|
|
|
|
}
|
|
}
|