using System.Collections; using System.Collections.Generic; using UnityEngine; namespace RPGCreationKit { public class UITab : MonoBehaviour { public GameObject targetUI; } }