/// <summary> /// The emulator path that is installed at PC with outputing the emulator enum /// </summary> public static void EmulatorPath() { BotCore.LoadEmulatorInterface(); if (emulator == null) { throw new FileNotFoundException("No supported emulators detected!"); } if (Instance == "") { Instance = emulator.EmulatorName(); } BotCore.profilePath = Instance; }