using System; using System.IO; using Cpp2IlInjected; using UnityEngine; // Token: 0x0200075D RID: 1885 [Token(Token = "0x200075D")] internal static class NIDKJCCHGOI { // Token: 0x17000905 RID: 2309 // (get) Token: 0x060036B2 RID: 14002 RVA: 0x000E100C File Offset: 0x000DF20C [Token(Token = "0x17000905")] public static string DKBDCALBNNL { [Token(Token = "0x60036B2")] [Address(RVA = "0x1733820", Offset = "0x1732820", VA = "0x181733820")] get { string text = Application.dataPath + "\\VRPanorama\\StreamingAssets\\"; if (Application.platform != RuntimePlatform.OSXPlayer && Application.platform != RuntimePlatform.OSXEditor && Application.platform != RuntimePlatform.LinuxPlayer && Application.platform != RuntimePlatform.LinuxEditor) { Debug.Log(text + "ffmpeg.exe"); return text + "ffmpeg.exe"; } return text + "ffmpeg"; } } // Token: 0x17000906 RID: 2310 // (get) Token: 0x060036B3 RID: 14003 RVA: 0x000E1080 File Offset: 0x000DF280 [Token(Token = "0x17000906")] public static bool KDDANBBDHFG { [Token(Token = "0x60036B3")] [Address(RVA = "0x1733720", Offset = "0x1732720", VA = "0x181733720")] get { string text = Application.dataPath + "\\VRPanorama\\StreamingAssets\\"; if (Application.platform != RuntimePlatform.OSXPlayer && Application.platform != RuntimePlatform.OSXEditor && Application.platform != RuntimePlatform.LinuxPlayer && Application.platform != RuntimePlatform.LinuxEditor) { Debug.Log(text + "ffmpeg.exe"); return File.Exists(text + "ffmpeg.exe"); } return File.Exists(text + "ffmpeg"); } } }