CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardFinalRoundInterface.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
244 B
C#

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