Add v1.0.3.1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace MTAssets.UltimateLODSystem
|
||||
{
|
||||
// Token: 0x020005F0 RID: 1520
|
||||
[Token(Token = "0x20005F0")]
|
||||
public static class ListMethodsExtensions
|
||||
{
|
||||
// Token: 0x06002FD1 RID: 12241 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6002FD1")]
|
||||
[Address(RVA = "0x4E7800", Offset = "0x4E6600", VA = "0x1804E7800")]
|
||||
public static void RemoveAllNullItems<T>(this List<T> list)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user