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