Files
2026-04-10 22:50:51 +02:00

131 lines
3.7 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x0200265C RID: 9820
[Token(Token = "0x200265C")]
public abstract class NEJLDOLGMNG<T1, T2>
{
// Token: 0x060100A3 RID: 65699 RVA: 0x003A3F20 File Offset: 0x003A2120
[Token(Token = "0x60100A3")]
[Address(RVA = "0x26DFE80", Offset = "0x26DEC80", VA = "0x1826DFE80")]
public NEJLDOLGMNG(string MMBOKOLAJFH, Func<T1, string> CLBKBPBFMPP)
{
Dictionary dictionary = new Dictionary();
this.PMMGDNALAEB = dictionary;
base..ctor();
this.MMBOKOLAJFH = MMBOKOLAJFH;
this.CLBKBPBFMPP = CLBKBPBFMPP;
Action<bool, float, CCNBJFOPLBG, List<string>> action;
FFPJFMECDNG.HFJGPLLKGAA(action);
}
// Token: 0x060100A4 RID: 65700 RVA: 0x003A3F54 File Offset: 0x003A2154
[Token(Token = "0x60100A4")]
[Address(RVA = "0x26DFC20", Offset = "0x26DEA20", VA = "0x1826DFC20")]
private NEJLDOLGMNG()
{
Dictionary dictionary = new Dictionary();
this.PMMGDNALAEB = dictionary;
base..ctor();
}
// Token: 0x17002A6D RID: 10861
// (get) Token: 0x060100A5 RID: 65701
[Token(Token = "0x17002A6D")]
protected abstract Func<T2, float, string> MOEHJKGANKG
{
[Token(Token = "0x60100A5")]
[Address(Slot = "4")]
get;
}
// Token: 0x060100A6 RID: 65702 RVA: 0x003A3F74 File Offset: 0x003A2174
[Token(Token = "0x60100A6")]
[Address(RVA = "0x26DE570", Offset = "0x26DD370", VA = "0x1826DE570", Slot = "5")]
public virtual void FEKIFNBFODN(bool FEIEIGIEJNM, float EPJJDJNPFAF, CCNBJFOPLBG IAALIIFNHNP, List<string> OCIGNCLPEND)
{
int num;
int num2;
do
{
num = 0;
Dictionary pmmgdnalaeb = this.PMMGDNALAEB;
num2 = 0;
num2 += num2;
num2++;
}
while (num != 0);
num2 += num2;
num2 += 19;
}
// Token: 0x060100A7 RID: 65703
[Token(Token = "0x60100A7")]
[Address(Slot = "6")]
protected abstract string GGGNOCCCGHG(float EPJJDJNPFAF);
// Token: 0x060100A8 RID: 65704 RVA: 0x003A3FA4 File Offset: 0x003A21A4
[Token(Token = "0x60100A8")]
[Address(RVA = "0x26DFA70", Offset = "0x26DE870", VA = "0x1826DFA70")]
protected string PODKJCBOELP(T1 PHCGMLMOGJB)
{
Func clbkbpbfmpp = this.CLBKBPBFMPP;
if (clbkbpbfmpp == 0)
{
string text;
return text;
}
return clbkbpbfmpp(PHCGMLMOGJB);
}
// Token: 0x060100A9 RID: 65705 RVA: 0x003A3FC8 File Offset: 0x003A21C8
[Token(Token = "0x60100A9")]
[Address(RVA = "0x26DF940", Offset = "0x26DE740", VA = "0x1826DF940")]
protected string PODKJCBOELP(T2 ENEPMKOFGIE, float EPJJDJNPFAF)
{
if (this.ToString() == 0)
{
}
string text = this.ToString();
throw new NullReferenceException();
}
// Token: 0x060100AA RID: 65706 RVA: 0x003A3FEC File Offset: 0x003A21EC
[Token(Token = "0x60100AA")]
[Address(RVA = "0x26DEA30", Offset = "0x26DD830", VA = "0x1826DEA30")]
protected void JOBHLMFKFNO(string KOOIDPHIAIA, string ONGBFDACHHG, CCNBJFOPLBG IAALIIFNHNP, List<string> OCIGNCLPEND)
{
string text = KOOIDPHIAIA + ": " + ONGBFDACHHG;
if (IAALIIFNHNP != 0)
{
CCNBJFOPLBG ccnbjfoplbg = IAALIIFNHNP.JOBHLMFKFNO(KOOIDPHIAIA, ONGBFDACHHG);
}
}
// Token: 0x060100AB RID: 65707 RVA: 0x003A4014 File Offset: 0x003A2214
[Token(Token = "0x60100AB")]
[Address(RVA = "0x26DF3A0", Offset = "0x26DE1A0", VA = "0x1826DF3A0")]
private void MOACMDBFHPI(KeyValuePair<T1, T2> GALGADHFCJN, float EPJJDJNPFAF, CCNBJFOPLBG IAALIIFNHNP, List<string> OCIGNCLPEND)
{
if (IAALIIFNHNP != 0)
{
}
}
// Token: 0x0400A8A5 RID: 43173
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400A8A5")]
protected readonly Dictionary<T1, T2> PMMGDNALAEB;
// Token: 0x0400A8A6 RID: 43174
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400A8A6")]
protected readonly Func<T1, string> CLBKBPBFMPP;
// Token: 0x0400A8A7 RID: 43175
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400A8A7")]
protected readonly string MMBOKOLAJFH;
}