60 lines
2.1 KiB
C#
60 lines
2.1 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.CompilerServices;
|
|
using AGUI.StackedUI;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02003239 RID: 12857
|
|
[Token(Token = "0x2003239")]
|
|
public class ALCPGKOLKFC : OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>
|
|
{
|
|
// Token: 0x06016197 RID: 90519 RVA: 0x00528584 File Offset: 0x00526784
|
|
[Token(Token = "0x6016197")]
|
|
[Address(RVA = "0x99E7A0", Offset = "0x99D5A0", VA = "0x18099E7A0")]
|
|
public ALCPGKOLKFC(OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.DEDABHKCIBG HPFEHNJIKHO, OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.OHINDOLFNMP FFPIJPDPNEO, Dictionary<string, FLCFOLDCOJJ> NPNMLMJMNKG, int JMHKMOACHDG)
|
|
{
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.OHINDOLFNMP ohindolfnmp = delegate(CircuitNodeModeEditableEnumUIControl instance)
|
|
{
|
|
string text = instance.PropertyDescription.text;
|
|
Dictionary<string, FLCFOLDCOJJ> choicesDictionary = NPNMLMJMNKG;
|
|
int num;
|
|
instance.SetOptions(choicesDictionary, num);
|
|
};
|
|
@delegate = Delegate.Combine(FFPIJPDPNEO, ohindolfnmp);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
}
|
|
|
|
// Token: 0x0200323A RID: 12858
|
|
[Token(Token = "0x200323A")]
|
|
[CompilerGenerated]
|
|
private sealed class GKMDGGAKLFC
|
|
{
|
|
// Token: 0x06016198 RID: 90520 RVA: 0x005285C4 File Offset: 0x005267C4
|
|
[Token(Token = "0x6016198")]
|
|
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
|
public GKMDGGAKLFC()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06016199 RID: 90521 RVA: 0x005285D8 File Offset: 0x005267D8
|
|
[Token(Token = "0x6016199")]
|
|
[Address(RVA = "0x9B08F0", Offset = "0x9AF6F0", VA = "0x1809B08F0")]
|
|
internal void <.ctor>b__0(CircuitNodeModeEditableEnumUIControl instance)
|
|
{
|
|
string text = instance.PropertyDescription.text;
|
|
Dictionary<string, FLCFOLDCOJJ> dictionary = this.choicesDictionary;
|
|
int num;
|
|
instance.SetOptions(dictionary, num);
|
|
}
|
|
|
|
// Token: 0x0400E7F3 RID: 59379
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400E7F3")]
|
|
public Dictionary<string, FLCFOLDCOJJ> choicesDictionary;
|
|
}
|
|
}
|