Files
NobetaSource/Cpp2IL/Assembly-CSharp/RuntimeDecalCombiner.cs
2023-09-06 22:09:22 +02:00

42 lines
1.5 KiB
C#

using System;
using System.Collections.Generic;
using ch.sycoforge.Decal;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000328 RID: 808
[Token(Token = "0x2000328")]
public class RuntimeDecalCombiner
{
// Token: 0x0600205E RID: 8286 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600205E")]
[Address(RVA = "0x4725C0", Offset = "0x470DC0", VA = "0x1804725C0")]
public static List<GameObject> Combine(IList<EasyDecal> decals)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600205F RID: 8287 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600205F")]
[Address(RVA = "0x4722C0", Offset = "0x470AC0", VA = "0x1804722C0")]
private static List<GameObject> Combine(Dictionary<DecalTextureAtlas, List<EasyDecal>> mappings)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002060 RID: 8288 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002060")]
[Address(RVA = "0x472880", Offset = "0x471080", VA = "0x180472880")]
private static GameObject Combine(IList<EasyDecal> decals, DecalTextureAtlas atlas)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002061 RID: 8289 RVA: 0x0004DC70 File Offset: 0x0004BE70
[Token(Token = "0x6002061")]
[Address(RVA = "0x43A830", Offset = "0x439030", VA = "0x18043A830")]
public RuntimeDecalCombiner()
{
}
}