Files
2026-04-10 22:50:51 +02:00

48 lines
1.6 KiB
C#

using System;
using System.IO;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000750 RID: 1872
[Token(Token = "0x2000750")]
internal static class NIDKJCCHGOI
{
// Token: 0x170008F3 RID: 2291
// (get) Token: 0x06003629 RID: 13865 RVA: 0x000E024C File Offset: 0x000DE44C
[Token(Token = "0x170008F3")]
public static string DKBDCALBNNL
{
[Token(Token = "0x6003629")]
[Address(RVA = "0xD852A0", Offset = "0xD840A0", VA = "0x180D852A0")]
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: 0x170008F4 RID: 2292
// (get) Token: 0x0600362A RID: 13866 RVA: 0x000E02C0 File Offset: 0x000DE4C0
[Token(Token = "0x170008F4")]
public static bool KDDANBBDHFG
{
[Token(Token = "0x600362A")]
[Address(RVA = "0xD851A0", Offset = "0xD83FA0", VA = "0x180D851A0")]
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");
}
}
}