scripts
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using AGUI;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x02000572 RID: 1394
|
||||
[Token(Token = "0x2000572")]
|
||||
[StructLayout(3)]
|
||||
public class FriendlyIntPagedGrid : RecyclerPagedGrid<FriendlyIntButton.FriendlyIntConfig, FriendlyIntButton>
|
||||
{
|
||||
// Token: 0x060029F4 RID: 10740 RVA: 0x000AEBA0 File Offset: 0x000ACDA0
|
||||
[Token(Token = "0x60029F4")]
|
||||
[Address(RVA = "0x165A580", Offset = "0x1658F80", VA = "0x18165A580", Slot = "15")]
|
||||
protected override void BGIECEPGDBE(FriendlyIntButton.FriendlyIntConfig IOBEPGLJNIP, FriendlyIntButton IOMFCIGGNOI, int CKOIAKLOKMM)
|
||||
{
|
||||
int value = IOBEPGLJNIP.Value;
|
||||
}
|
||||
|
||||
// Token: 0x060029F5 RID: 10741 RVA: 0x000AEBBC File Offset: 0x000ACDBC
|
||||
[Token(Token = "0x60029F5")]
|
||||
[Address(RVA = "0x165A5C0", Offset = "0x1658FC0", VA = "0x18165A5C0")]
|
||||
public void SetChildConfigs(Dictionary<string, FLCFOLDCOJJ> PMMGDNALAEB, FriendlyIntButton.KNHEEOGGKPA GGPJLHLLANN)
|
||||
{
|
||||
Func<KeyValuePair<string, FLCFOLDCOJJ>, FriendlyIntButton.FriendlyIntConfig> func = delegate(KeyValuePair<string, FLCFOLDCOJJ> _)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
};
|
||||
IEnumerable<KeyValuePair<string, FLCFOLDCOJJ>> enumerable = Enumerable.Select<KeyValuePair<string, FLCFOLDCOJJ>, FriendlyIntButton.FriendlyIntConfig>(PMMGDNALAEB, func);
|
||||
base.LDLPMLOKNFJ(enumerable, true);
|
||||
}
|
||||
|
||||
// Token: 0x060029F6 RID: 10742 RVA: 0x000AEBFC File Offset: 0x000ACDFC
|
||||
[Token(Token = "0x60029F6")]
|
||||
[Address(RVA = "0x165A6B0", Offset = "0x16590B0", VA = "0x18165A6B0")]
|
||||
public void SetChildConfigs(IEnumerable<FriendlyIntButton.FriendlyIntConfig> BPJNHLFNIAL)
|
||||
{
|
||||
base.LDLPMLOKNFJ(BPJNHLFNIAL, true);
|
||||
}
|
||||
|
||||
// Token: 0x060029F7 RID: 10743 RVA: 0x000AEC14 File Offset: 0x000ACE14
|
||||
[Token(Token = "0x60029F7")]
|
||||
[Address(RVA = "0x165A700", Offset = "0x1659100", VA = "0x18165A700")]
|
||||
public FriendlyIntPagedGrid()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x02000573 RID: 1395
|
||||
[Token(Token = "0x2000573")]
|
||||
[CompilerGenerated]
|
||||
private sealed class HCNLIIEMDMF
|
||||
{
|
||||
// Token: 0x060029F8 RID: 10744 RVA: 0x000AEC28 File Offset: 0x000ACE28
|
||||
[Token(Token = "0x60029F8")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
public HCNLIIEMDMF()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060029F9 RID: 10745 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x60029F9")]
|
||||
[Address(RVA = "0x165F3B0", Offset = "0x165DDB0", VA = "0x18165F3B0")]
|
||||
internal FriendlyIntButton.FriendlyIntConfig <SetChildConfigs>b__0(KeyValuePair<string, FLCFOLDCOJJ> _)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400233C RID: 9020
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400233C")]
|
||||
public FriendlyIntButton.KNHEEOGGKPA onSelected;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user