RosimInc 6092b51b67 Added UI assets and started the menus
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 03:44:25 -04:00

16 lines
235 B
C#

using UnityEngine;
using System.Collections;
public class SimpleMenu : MonoBehaviour
{
// Use this for initialization
void Start () {
//TODO Use XInput to
}
// Update is called once per frame
void Update () {
}
}