Files
2026-04-08 23:40:05 +02:00

58 lines
1.5 KiB
C#

using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using CircuitsV2.Types;
using Cpp2IlInjected;
namespace CircuitsV2.Utilities
{
// Token: 0x020001D4 RID: 468
[Token(Token = "0x2000137")]
[StructLayout(3)]
public static class Empties
{
// Token: 0x170003A6 RID: 934
// (get) Token: 0x0600102C RID: 4140 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170003A3")]
public static IReadOnlyDictionary<string, TypeParameterType> EmptyTypeParameterTypeDictionary
{
[Token(Token = "0x6000D3E")]
[Address(RVA = "0x2479CA0", Offset = "0x24786A0", VA = "0x182479CA0")]
[CompilerGenerated]
get
{
return null;
}
}
// Token: 0x170003A7 RID: 935
// (get) Token: 0x0600102D RID: 4141 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170003A4")]
public static IReadOnlyDictionary<string, Property> EmptyPropertyDictionary
{
[Token(Token = "0x6000D3F")]
[Address(RVA = "0x2479C40", Offset = "0x2478640", VA = "0x182479C40")]
[CompilerGenerated]
get
{
return null;
}
}
// Token: 0x170003A8 RID: 936
// (get) Token: 0x0600102E RID: 4142 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170003A5")]
public static IReadOnlyDictionary<string, FunctionType> EmptyFunctionTypeDictionary
{
[Token(Token = "0x6000D40")]
[Address(RVA = "0x2479BE0", Offset = "0x24785E0", VA = "0x182479BE0")]
[CompilerGenerated]
get
{
return null;
}
}
}
}