62 lines
2.2 KiB
C#
62 lines
2.2 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using AGUI.StackedUI;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02002C79 RID: 11385
|
|
[Token(Token = "0x2002C79")]
|
|
[StructLayout(3)]
|
|
public class ALCPGKOLKFC : OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>
|
|
{
|
|
// Token: 0x0601413B RID: 82235 RVA: 0x004D232C File Offset: 0x004D052C
|
|
[Token(Token = "0x601413B")]
|
|
[Address(RVA = "0x11E96E0", Offset = "0x11E80E0", VA = "0x1811E96E0")]
|
|
public ALCPGKOLKFC(OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.DEDABHKCIBG prefabResolver, OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.OHINDOLFNMP onInstanceCreated, Dictionary<string, FLCFOLDCOJJ> choicesDictionary, int priority)
|
|
{
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
OMKPHDBNLKH<CircuitNodeModeEditableEnumUIControl, int>.OHINDOLFNMP ohindolfnmp = delegate(CircuitNodeModeEditableEnumUIControl instance)
|
|
{
|
|
instance.PropertyDescription.text = "Mode";
|
|
Dictionary<string, FLCFOLDCOJJ> choicesDictionary2 = choicesDictionary;
|
|
int num;
|
|
instance.SetOptions(choicesDictionary2, num);
|
|
};
|
|
@delegate = Delegate.Combine(onInstanceCreated, ohindolfnmp);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
}
|
|
|
|
// Token: 0x02002C7A RID: 11386
|
|
[Token(Token = "0x2002C7A")]
|
|
[CompilerGenerated]
|
|
private sealed class GKMDGGAKLFC
|
|
{
|
|
// Token: 0x0601413C RID: 82236 RVA: 0x004D236C File Offset: 0x004D056C
|
|
[Token(Token = "0x601413C")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
public GKMDGGAKLFC()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601413D RID: 82237 RVA: 0x004D2380 File Offset: 0x004D0580
|
|
[Token(Token = "0x601413D")]
|
|
[Address(RVA = "0x11FF550", Offset = "0x11FDF50", VA = "0x1811FF550")]
|
|
internal void <.ctor>b__0(CircuitNodeModeEditableEnumUIControl instance)
|
|
{
|
|
instance.PropertyDescription.text = "Mode";
|
|
Dictionary<string, FLCFOLDCOJJ> dictionary = this.choicesDictionary;
|
|
int num;
|
|
instance.SetOptions(dictionary, num);
|
|
}
|
|
|
|
// Token: 0x0400D7D5 RID: 55253
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400D7D5")]
|
|
public Dictionary<string, FLCFOLDCOJJ> choicesDictionary;
|
|
}
|
|
}
|