12 lines
219 B
C#
12 lines
219 B
C#
|
|
using TMPro;
|
|
using UdonSharp;
|
|
using UnityEngine;
|
|
|
|
|
|
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
|
|
public class HostCardIntroInterface : HostCardInterfaceBase
|
|
{
|
|
[SerializeField] public TextMeshProUGUI IntroUI;
|
|
}
|