This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace StansAssets.Foundation.Patterns
{
// Token: 0x0200002A RID: 42
[Token(Token = "0x200001C")]
public class ListPool<T> : CollectionPool<List<T>, T>
{
// Token: 0x0600008F RID: 143 RVA: 0x0000207E File Offset: 0x0000027E
[Token(Token = "0x600005B")]
[Address(RVA = "0x2908160", Offset = "0x2906F60", VA = "0x182908160")]
public ListPool()
{
}
}
}