Shegotwet/Assets/Scripts/UI/GachaUI.cs

9 lines
130 B
C#
Raw Normal View History

2025-09-12 04:10:11 +00:00
using UnityEngine;
public class GachaUI : MonoBehaviour
{
public void Set()
{
gameObject.SetActive(true);
}
}