a
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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 = "0x2908160", Offset = "0x2906F60", VA = "0x182908160")]
|
||||
public DictionaryPool()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user