﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

public class #ClassName# : Menu {

    void Start(){
    	//Do not delete, This will allow the submenus to stack together
        base.Start();
    }

    // Update is called once per frame
    void Update(){
        
    }
}
