CarmenSandiego/Assets/UdonSharp/HostCardInterfaces/HostCardBetweenRoundsInterface.cs
Jamie Greunbaum 3ca027c381 - Added an admin panel, activated by pressing Jump while holding the host card.
- Improved the host card interface, and added more info between questions.
- Started preliminary work on a permissions system.
2025-06-05 19:08:34 -04:00

12 lines
199 B
C#

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