Cameras during Round 1 are now mostly automated. Still needs work, though.
This commit is contained in:
@@ -23,7 +23,7 @@ public class Buzzer : UdonSharpBehaviour
|
||||
VRCPlayerApi LocalPlayer = Networking.LocalPlayer;
|
||||
if (Podium.GetPlayerID() == LocalPlayer.playerId)
|
||||
{
|
||||
_GameManager.SendCustomNetworkEvent(NetworkEventTarget.All,
|
||||
_GameManager.SendCustomNetworkEvent(NetworkEventTarget.Owner,
|
||||
"PlayerBuzzedIn", Podium.PlayerNumber);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user