using UnityEngine;

public class MenuControllerEvent : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}