scripts
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x0200057C RID: 1404
|
||||
[Token(Token = "0x200057C")]
|
||||
[StructLayout(3)]
|
||||
public class PlayerAccountUIControl : PlayerInfoUIControl
|
||||
{
|
||||
// Token: 0x1400007E RID: 126
|
||||
// (add) Token: 0x06002A0E RID: 10766 RVA: 0x000AEFD8 File Offset: 0x000AD1D8
|
||||
// (remove) Token: 0x06002A0F RID: 10767 RVA: 0x000AF000 File Offset: 0x000AD200
|
||||
[Token(Token = "0x1400007E")]
|
||||
public event Action GIKPMHBPFKK
|
||||
{
|
||||
[Token(Token = "0x6002A0E")]
|
||||
[Address(RVA = "0x11BC470", Offset = "0x11BAE70", VA = "0x1811BC470")]
|
||||
[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 = "0x6002A0F")]
|
||||
[Address(RVA = "0x11BC510", Offset = "0x11BAF10", VA = "0x1811BC510")]
|
||||
[CompilerGenerated]
|
||||
remove
|
||||
{
|
||||
Action gikpmhbpfkk;
|
||||
Delegate @delegate;
|
||||
do
|
||||
{
|
||||
gikpmhbpfkk = this.GIKPMHBPFKK;
|
||||
@delegate = Delegate.Remove(gikpmhbpfkk, value);
|
||||
}
|
||||
while (@delegate != 0 && @delegate == 0);
|
||||
while (@delegate != gikpmhbpfkk)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06002A10 RID: 10768 RVA: 0x000AF028 File Offset: 0x000AD228
|
||||
[Token(Token = "0x6002A10")]
|
||||
[Address(RVA = "0x11BC440", Offset = "0x11BAE40", VA = "0x1811BC440")]
|
||||
public void Button_SelectAccount()
|
||||
{
|
||||
Action gikpmhbpfkk = this.GIKPMHBPFKK;
|
||||
if (gikpmhbpfkk != 0)
|
||||
{
|
||||
gikpmhbpfkk();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06002A11 RID: 10769 RVA: 0x000AF048 File Offset: 0x000AD248
|
||||
[Token(Token = "0x6002A11")]
|
||||
[Address(RVA = "0x11BC460", Offset = "0x11BAE60", VA = "0x1811BC460")]
|
||||
public PlayerAccountUIControl()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user