using TMPro; using UdonSharp; using UnityEngine; [UdonBehaviourSyncMode(BehaviourSyncMode.Manual)] public class HostCardIntroInterface : HostCardInterfaceBase { [SerializeField] public TextMeshProUGUI IntroUI; }