Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
510 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace StansAssets.Foundation.Patterns
{
// Token: 0x0200002B RID: 43
[Token(Token = "0x200001D")]
public class DictionaryPool<TKey, TValue> : CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>
{
// Token: 0x06000090 RID: 144 RVA: 0x0000207E File Offset: 0x0000027E
[Token(Token = "0x600005C")]
[Address(RVA = "0x32D2A70", Offset = "0x32D1A70", VA = "0x1832D2A70")]
public DictionaryPool()
{
}
}
}