Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/KLCANJPOEPC.cs
T
2026-04-08 23:40:05 +02:00

60 lines
2.1 KiB
C#

using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using AGUI.StackedUI;
using Cpp2IlInjected;
// Token: 0x0200025D RID: 605
[Token(Token = "0x200025D")]
[StructLayout(3)]
public class KLCANJPOEPC : OMKPHDBNLKH<CreationObjectSettingFriendlyIntControl, int>
{
// Token: 0x060011FD RID: 4605 RVA: 0x0004D844 File Offset: 0x0004BA44
[Token(Token = "0x60011FD")]
[Address(RVA = "0x12D8E90", Offset = "0x12D7890", VA = "0x1812D8E90")]
public KLCANJPOEPC(OMKPHDBNLKH<CreationObjectSettingFriendlyIntControl, int>.DEDABHKCIBG prefabResolver, OMKPHDBNLKH<CreationObjectSettingFriendlyIntControl, int>.OHINDOLFNMP onInstanceCreated, Dictionary<string, FLCFOLDCOJJ> choicesDictionary, int priority)
{
Delegate @delegate;
do
{
OMKPHDBNLKH<CreationObjectSettingFriendlyIntControl, int>.OHINDOLFNMP ohindolfnmp = delegate(CreationObjectSettingFriendlyIntControl instance)
{
Dictionary<string, FLCFOLDCOJJ> choicesDictionary2 = choicesDictionary;
int num;
instance.SetOptions(choicesDictionary2, num);
};
@delegate = Delegate.Combine(onInstanceCreated, ohindolfnmp);
}
while (@delegate != 0 && @delegate == 0);
}
// Token: 0x0200025E RID: 606
[Token(Token = "0x200025E")]
[CompilerGenerated]
private sealed class BBDFPMPGKCM
{
// Token: 0x060011FE RID: 4606 RVA: 0x0004D884 File Offset: 0x0004BA84
[Token(Token = "0x60011FE")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public BBDFPMPGKCM()
{
}
// Token: 0x060011FF RID: 4607 RVA: 0x0004D898 File Offset: 0x0004BA98
[Token(Token = "0x60011FF")]
[Address(RVA = "0x12CCA00", Offset = "0x12CB400", VA = "0x1812CCA00")]
internal void <.ctor>b__0(CreationObjectSettingFriendlyIntControl instance)
{
Dictionary<string, FLCFOLDCOJJ> dictionary = this.choicesDictionary;
int num;
instance.SetOptions(dictionary, num);
}
// Token: 0x04000E3B RID: 3643
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000E3B")]
public Dictionary<string, FLCFOLDCOJJ> choicesDictionary;
}
}