Open instance in-game

This commit is contained in:
Natsumi
2025-08-16 02:45:55 +12:00
parent 90c6422418
commit b3c58a8c08
11 changed files with 204 additions and 65 deletions

View File

@@ -201,6 +201,7 @@ declare global {
runProcessOnce: boolean
): Promise<void>;
GetFileBase64(path: string): Promise<string | null>;
TryOpenInstanceInVrc(launchUrl: string): Promise<boolean>;
// Folders
GetVRChatAppDataLocation(): Promise<string>;