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

20 lines
569 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem
{
// Token: 0x02000648 RID: 1608
[Token(Token = "0x2000648")]
public static class ListMethodsExtensions
{
// Token: 0x0600329A RID: 12954 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600329A")]
[Address(RVA = "0x580F60", Offset = "0x57FF60", VA = "0x180580F60")]
public static void RemoveAllNullItems<T>(this List<T> list)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}