CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootExplainerInterface.cs

12 lines
224 B
C#

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