CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardBetweenRoundsInterface.cs
Jamie Greunbaum 799e5a8955 - Finally added a thunder sound before the Lightning Round.
- Made many improvements to the host interface so things can run more smoothly.
2025-08-14 21:37:46 -04:00

14 lines
247 B
C#

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