Files
2026-04-08 23:40:05 +02:00

50 lines
1.6 KiB
C#

using System;
using System.IO;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000769 RID: 1897
[Token(Token = "0x2000769")]
[StructLayout(3)]
internal static class NIDKJCCHGOI
{
// Token: 0x17000920 RID: 2336
// (get) Token: 0x060036BC RID: 14012 RVA: 0x000E5E30 File Offset: 0x000E4030
[Token(Token = "0x17000920")]
public static string DKBDCALBNNL
{
[Token(Token = "0x60036BC")]
[Address(RVA = "0x1396660", Offset = "0x1395060", VA = "0x181396660")]
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: 0x17000921 RID: 2337
// (get) Token: 0x060036BD RID: 14013 RVA: 0x000E5EA4 File Offset: 0x000E40A4
[Token(Token = "0x17000921")]
public static bool KDDANBBDHFG
{
[Token(Token = "0x60036BD")]
[Address(RVA = "0x1396560", Offset = "0x1394F60", VA = "0x181396560")]
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");
}
}
}