public override void VRChat_OnUiManagerInit() { SRanipalTrack.Initializer.Start(); Hooking.SetupHooking(); MelonCoroutines.Start(UpdateParams()); //MelonCoroutines.Start(CheckExecutionQueue()); }
public override void VRChat_OnUiManagerInit() { SRanipalTrack.Start(); Hooking.SetupHooking(); MelonCoroutines.Start(UpdatePriority()); MelonCoroutines.Start(UpdateParams()); MelonLogger.Msg("SRanipal SDK Started. Eye Tracking Active"); }