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

20 lines
569 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem
{
// Token: 0x020005F9 RID: 1529
[Token(Token = "0x20005F9")]
public static class ListMethodsExtensions
{
// Token: 0x06003003 RID: 12291 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6003003")]
[Address(RVA = "0x6AC2E0", Offset = "0x6AAAE0", VA = "0x1806AC2E0")]
public static void RemoveAllNullItems<T>(this List<T> list)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}