antoine.mcnabb 5053a93150 Menu Screen
2016-01-31 14:51:12 -05:00

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 () {
}
}