Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

71 lines
1.7 KiB
C#

using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
// Token: 0x02000570 RID: 1392
[Token(Token = "0x2000570")]
public class PlayerAccountUIControl : PlayerInfoUIControl
{
// Token: 0x14000078 RID: 120
// (add) Token: 0x060029E8 RID: 10728 RVA: 0x000AB1CC File Offset: 0x000A93CC
// (remove) Token: 0x060029E9 RID: 10729 RVA: 0x000AB1F4 File Offset: 0x000A93F4
[Token(Token = "0x14000078")]
public event Action GIKPMHBPFKK
{
[Token(Token = "0x60029E8")]
[Address(RVA = "0x81F310", Offset = "0x81E110", VA = "0x18081F310")]
[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 = "0x60029E9")]
[Address(RVA = "0x81F3B0", Offset = "0x81E1B0", VA = "0x18081F3B0")]
[CompilerGenerated]
remove
{
Action gikpmhbpfkk;
Delegate @delegate;
do
{
gikpmhbpfkk = this.GIKPMHBPFKK;
@delegate = Delegate.Remove(gikpmhbpfkk, value);
}
while (@delegate != 0 && @delegate == 0);
while (@delegate != gikpmhbpfkk)
{
}
}
}
// Token: 0x060029EA RID: 10730 RVA: 0x000AB21C File Offset: 0x000A941C
[Token(Token = "0x60029EA")]
[Address(RVA = "0x81F2E0", Offset = "0x81E0E0", VA = "0x18081F2E0")]
public void Button_SelectAccount()
{
Action gikpmhbpfkk = this.GIKPMHBPFKK;
if (gikpmhbpfkk != 0)
{
gikpmhbpfkk();
return;
}
}
// Token: 0x060029EB RID: 10731 RVA: 0x000AB23C File Offset: 0x000A943C
[Token(Token = "0x60029EB")]
[Address(RVA = "0x81F300", Offset = "0x81E100", VA = "0x18081F300")]
public PlayerAccountUIControl()
{
}
}