CarmenSandiego/Assets/UdonSharp/HostCardInterfaces/HostCardTheChaseInterface.cs
Jamie Greunbaum 818cefa74f - The Chase is now fully implemented. It's scary how fast this is happening.
- Changed shaders for the ACME Crimenet logo to something with proper alpha.
- Implemented EasyQuestSwitch for mobile optimisation.
2025-06-06 04:39:00 -04:00

16 lines
289 B
C#

using TMPro;
using UnityEngine.UI;
using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
using VRC.Udon;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class HostCardTheChaseInterface : HostCardInterfaceBase
{
public TextMeshProUGUI ClueUI;
public Button OtherButton;
}