12 lines
199 B
C#
12 lines
199 B
C#
|
|
using UdonSharp;
|
|
using UnityEngine;
|
|
using VRC.SDKBase;
|
|
using VRC.Udon;
|
|
|
|
|
|
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
|
|
public class HostCardBetweenRoundsInterface : HostCardInterfaceBase
|
|
{
|
|
}
|