Files
NobetaSource/Cpp2IL/Assembly-CSharp/MTAssets/UltimateLODSystem/MeshSimplifier/IOUtils.cs
2023-09-06 22:19:13 +02:00

27 lines
876 B
C#

using System;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem.MeshSimplifier
{
// Token: 0x02000664 RID: 1636
[Token(Token = "0x2000664")]
internal static class IOUtils
{
// Token: 0x0600339F RID: 13215 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600339F")]
[Address(RVA = "0x15295C0", Offset = "0x15285C0", VA = "0x1815295C0")]
internal static string MakeSafeRelativePath(string path)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060033A0 RID: 13216 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60033A0")]
[Address(RVA = "0x1529470", Offset = "0x1528470", VA = "0x181529470")]
internal static string MakeSafeFileName(string name)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}