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

27 lines
876 B
C#

using System;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem.MeshSimplifier
{
// Token: 0x02000615 RID: 1557
[Token(Token = "0x2000615")]
internal static class IOUtils
{
// Token: 0x06003108 RID: 12552 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6003108")]
[Address(RVA = "0x10ACED0", Offset = "0x10AB6D0", VA = "0x1810ACED0")]
internal static string MakeSafeRelativePath(string path)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06003109 RID: 12553 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6003109")]
[Address(RVA = "0x10ACD80", Offset = "0x10AB580", VA = "0x1810ACD80")]
internal static string MakeSafeFileName(string name)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}