CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardMultipleChoiceInterface.cs
Jamie Greunbaum 00c171b7e5 - Finished animations for the location board.
- Reorganised a bunch of source files.
2025-06-13 20:41:36 -04:00

14 lines
248 B
C#

using TMPro;
using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
using VRC.Udon;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class HostCardMultipleChoiceInterface : HostCardInterfaceBase
{
public TextMeshProUGUI[] CluesUI;
}