27 lines
876 B
C#
27 lines
876 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace MTAssets.UltimateLODSystem.MeshSimplifier
|
|
{
|
|
// Token: 0x0200060C RID: 1548
|
|
[Token(Token = "0x200060C")]
|
|
internal static class IOUtils
|
|
{
|
|
// Token: 0x060030D6 RID: 12502 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60030D6")]
|
|
[Address(RVA = "0x10D1130", Offset = "0x10CFF30", VA = "0x1810D1130")]
|
|
internal static string MakeSafeRelativePath(string path)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060030D7 RID: 12503 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60030D7")]
|
|
[Address(RVA = "0x10D0FE0", Offset = "0x10CFDE0", VA = "0x1810D0FE0")]
|
|
internal static string MakeSafeFileName(string name)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
}
|