Fix overlay restart

This commit is contained in:
Natsumi
2025-08-31 17:51:50 +12:00
parent 9a7a7c0b58
commit d6a1004632
4 changed files with 4 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ namespace VRCX
public static string Version { get; private set; }
public static bool LaunchDebug;
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
public static VRCXVRInterface VRCXVRInstance { get; private set; }
public static VRCXVRInterface VRCXVRInstance { get; set; }
public static AppApi AppApiInstance { get; private set; }
public static AppApiVr AppApiVrInstance { get; private set; }