feat: Add quiz scene with scoreboard, team machine, door, and player management systems.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Net.NetworkInformation;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp;
|
||||
|
||||
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
using VRC.SDK3.UdonNetworkCalling;
|
||||
|
||||
using VRC.SDKBase;
|
||||
using VRC.Udon;
|
||||
using VRC.Udon.Common.Interfaces;
|
||||
@@ -57,7 +57,7 @@ public class Door : UdonSharpBehaviour
|
||||
doorAudioSource.PlayOneShot(doorLockedClip);
|
||||
}
|
||||
|
||||
[NetworkCallable]
|
||||
|
||||
public void TryLocked()
|
||||
{
|
||||
doorAnimator.SetTrigger("tryLocked");
|
||||
|
||||
Reference in New Issue
Block a user