m
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Valve.Newtonsoft.Json.Utilities
|
||||
{
|
||||
// Token: 0x02000047 RID: 71
|
||||
[Token(Token = "0x2000047")]
|
||||
internal static class EnumUtils
|
||||
{
|
||||
// Token: 0x0600024A RID: 586 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600024A")]
|
||||
[Address(RVA = "0x3B12630", Offset = "0x3B11630", VA = "0x183B12630")]
|
||||
private static BidirectionalDictionary<string, string> InitializeEnumType(Type type)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600024B RID: 587 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600024B")]
|
||||
[Address(RVA = "0x3B12320", Offset = "0x3B11320", VA = "0x183B12320")]
|
||||
public static IList<object> GetValues(Type enumType)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0400019D RID: 413
|
||||
[Token(Token = "0x400019D")]
|
||||
private static readonly ThreadSafeStore<Type, BidirectionalDictionary<string, string>> EnumMemberNamesPerType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user