From 6cd6c01eef141ff2386ce9110064c2bd3a1fa96f Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 6 Dec 2021 02:13:00 +1300 Subject: [PATCH] Whoops --- AppApi.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AppApi.cs b/AppApi.cs index 9bd48e9b..f30ae3b5 100644 --- a/AppApi.cs +++ b/AppApi.cs @@ -216,11 +216,6 @@ namespace VRCX VRCXVR.Instance.SetActive(active, hmdOverlay, wristOverlay, menuButton); } - public void TriggerLeftHand() - { - VRCXVR.Instance.TriggerLeftHand(); - } - public void RefreshVR() { VRCXVR.Instance.Refresh();