Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using GameEventSystem;
public class MenuManager : MonoBehaviour {
public static MenuManager Ins;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using GameEventSystem;
public class MenuBase : MonoBehaviour {
public void onEnterScreen()
{