39 lines
916 B
C#
39 lines
916 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace AGUI.StackedUI
|
|
{
|
|
// Token: 0x02001AD9 RID: 6873
|
|
[Token(Token = "0x2001AD9")]
|
|
[StructLayout(3)]
|
|
public class ReportConditionalButton : AccountBasedConditionalButton<Button3D>
|
|
{
|
|
// Token: 0x0600B8CC RID: 47308 RVA: 0x002B60EC File Offset: 0x002B42EC
|
|
[Token(Token = "0x600B8CC")]
|
|
[Address(RVA = "0x19364C0", Offset = "0x1934EC0", VA = "0x1819364C0", Slot = "14")]
|
|
protected override void NOMNHOEBGIA()
|
|
{
|
|
bool flag;
|
|
bool flag2;
|
|
if (flag || !flag2)
|
|
{
|
|
}
|
|
bool flag3;
|
|
if ((uint)1 == (flag3 ? 1U : 0U))
|
|
{
|
|
int num = 0;
|
|
base.ILGFOHIJHMG = num;
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600B8CD RID: 47309 RVA: 0x002B611C File Offset: 0x002B431C
|
|
[Token(Token = "0x600B8CD")]
|
|
[Address(RVA = "0x1936760", Offset = "0x1935160", VA = "0x181936760")]
|
|
public ReportConditionalButton()
|
|
{
|
|
}
|
|
}
|
|
}
|