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: 0x02003326 RID: 13094
|
|
[Token(Token = "0x2003326")]
|
|
public class ALCPGKOLKFC : OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>
|
|
{
|
|
// Token: 0x06016624 RID: 91684 RVA: 0x005332CC File Offset: 0x005314CC
|
|
[Token(Token = "0x6016624")]
|
|
[Address(RVA = "0x1463C80", Offset = "0x1462C80", VA = "0x181463C80")]
|
|
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: 0x02003327 RID: 13095
|
|
[Token(Token = "0x2003327")]
|
|
[CompilerGenerated]
|
|
private sealed class GKMDGGAKLFC
|
|
{
|
|
// Token: 0x06016625 RID: 91685 RVA: 0x0053330C File Offset: 0x0053150C
|
|
[Token(Token = "0x6016625")]
|
|
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
|
public GKMDGGAKLFC()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06016626 RID: 91686 RVA: 0x00533320 File Offset: 0x00531520
|
|
[Token(Token = "0x6016626")]
|
|
[Address(RVA = "0x1475370", Offset = "0x1474370", VA = "0x181475370")]
|
|
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: 0x0400EA36 RID: 59958
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400EA36")]
|
|
public Dictionary<string, FLCFOLDCOJJ> choicesDictionary;
|
|
}
|
|
}
|