using UdonSharp; using UnityEngine; using UnityEngine.UI; using TMPro; [UdonBehaviourSyncMode(BehaviourSyncMode.Manual)] public class HostCardTiebreakerInterface : HostCardInterfaceBase { public TextMeshProUGUI[] CluesUI; }