feat: Introduce DownCount feature with new models, scripts, textures, and a dedicated quiz scene.
This commit is contained in:
9
Assets/Quiz/Scripts/DownCount/LetterStand.cs
Normal file
9
Assets/Quiz/Scripts/DownCount/LetterStand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
using VRC.SDKBase;
|
||||
using VRC.Udon;
|
||||
|
||||
public class LetterStand : UdonSharpBehaviour
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user