CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootExplainerInterface.cs
Jamie Greunbaum 615ef7de5b - Improved marker collision detection.
- Added a basic ability to play video clues alongside questions.
2025-06-28 23:40:45 -04:00

12 lines
243 B
C#

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