using System.Collections; using System.Collections.Generic; using UnityEngine; namespace AibisDream { public class StartMenuViewer : Singleton { public void HideStartMenu() { gameObject.gameObject.SetActive(false); } } }