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

13 lines
231 B
C#

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