CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootExplainerInterface.cs
Jamie Greunbaum 43bed62c7e - Added a briefing to the beginning of round 2, with intention to add more.
- Cleaned up a lot of code to help make development smoother in the future.
2025-06-17 04:50:05 -04:00

15 lines
300 B
C#

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