using UnityEngine; public class GachaUI : MonoBehaviour { public void Set() { gameObject.SetActive(true); } }