CarmenSandiego/Assets/UdonSharp/Host Card Interfaces/HostCardBetweenRoundsInterface.cs
Jamie Greunbaum 00c171b7e5 - Finished animations for the location board.
- Reorganised a bunch of source files.
2025-06-13 20:41:36 -04:00

12 lines
199 B
C#

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