File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
using VRCOSC . Game . Modules . Modules . Heartrate . HypeRate ;
22
22
using VRCOSC . Game . Modules . Modules . Heartrate . Pulsoid ;
23
23
using VRCOSC . Game . Modules . Modules . Media ;
24
- using VRCOSC . Game . Modules . Modules . OpenVR ;
24
+ // using VRCOSC.Game.Modules.Modules.OpenVR;
25
25
using VRCOSC . Game . Modules . Modules . Random ;
26
- using VRCOSC . Game . Modules . Modules . SpeechToText ;
26
+ // using VRCOSC.Game.Modules.Modules.SpeechToText;
27
27
using VRCOSC . Game . Modules . Util ;
28
28
using VRCOSC . Game . Util ;
29
29
using VRCOSC . OSC ;
@@ -41,11 +41,11 @@ public sealed partial class ModuleManager : Component
41
41
typeof ( RandomIntModule ) ,
42
42
typeof ( RandomFloatModule ) ,
43
43
typeof ( HardwareStatsModule ) ,
44
- typeof ( OpenVRBatteryModule ) ,
45
- typeof ( IndexControllerModule ) ,
44
+ // typeof(OpenVRBatteryModule),
45
+ // typeof(IndexControllerModule),
46
46
typeof ( MediaModule ) ,
47
47
typeof ( DiscordModule ) ,
48
- typeof ( SpeechToTextModule ) ,
48
+ // typeof(SpeechToTextModule),
49
49
} ;
50
50
51
51
private const int vr_chat_process_check_interval_milliseconds = 5000 ;
You can’t perform that action at this time.
0 commit comments