Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/PlayerAccountUIControl.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

71 lines
1.7 KiB
C#

using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
// Token: 0x0200057C RID: 1404
[Token(Token = "0x200057C")]
public class PlayerAccountUIControl : PlayerInfoUIControl
{
// Token: 0x14000078 RID: 120
// (add) Token: 0x06002A6A RID: 10858 RVA: 0x000AC424 File Offset: 0x000AA624
// (remove) Token: 0x06002A6B RID: 10859 RVA: 0x000AC44C File Offset: 0x000AA64C
[Token(Token = "0x14000078")]
public event Action GIKPMHBPFKK
{
[Token(Token = "0x6002A6A")]
[Address(RVA = "0x12FD4F0", Offset = "0x12FC4F0", VA = "0x1812FD4F0")]
[CompilerGenerated]
add
{
Action gikpmhbpfkk;
Delegate @delegate;
do
{
gikpmhbpfkk = this.GIKPMHBPFKK;
@delegate = Delegate.Combine(gikpmhbpfkk, value);
}
while (@delegate != 0 && @delegate == 0);
while (@delegate != gikpmhbpfkk)
{
}
}
[Token(Token = "0x6002A6B")]
[Address(RVA = "0x12FD590", Offset = "0x12FC590", VA = "0x1812FD590")]
[CompilerGenerated]
remove
{
Action gikpmhbpfkk;
Delegate @delegate;
do
{
gikpmhbpfkk = this.GIKPMHBPFKK;
@delegate = Delegate.Remove(gikpmhbpfkk, value);
}
while (@delegate != 0 && @delegate == 0);
while (@delegate != gikpmhbpfkk)
{
}
}
}
// Token: 0x06002A6C RID: 10860 RVA: 0x000AC474 File Offset: 0x000AA674
[Token(Token = "0x6002A6C")]
[Address(RVA = "0x12FD4D0", Offset = "0x12FC4D0", VA = "0x1812FD4D0")]
public void Button_SelectAccount()
{
Action gikpmhbpfkk = this.GIKPMHBPFKK;
if (gikpmhbpfkk != 0)
{
gikpmhbpfkk();
return;
}
}
// Token: 0x06002A6D RID: 10861 RVA: 0x000AC494 File Offset: 0x000AA694
[Token(Token = "0x6002A6D")]
[Address(RVA = "0xF22EC0", Offset = "0xF21EC0", VA = "0x180F22EC0")]
public PlayerAccountUIControl()
{
}
}