mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Open instance in-game
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using librsync.net;
|
||||
using Newtonsoft.Json;
|
||||
using NLog;
|
||||
@@ -165,5 +166,10 @@ namespace VRCX
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public Task<bool> TryOpenInstanceInVrc(string launchUrl)
|
||||
{
|
||||
return VRCIPC.Send(launchUrl);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user