23 lines
550 B
C#
23 lines
550 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.AGUI.Expresso
|
|
{
|
|
// Token: 0x020024C7 RID: 9415
|
|
[Token(Token = "0x20024C7")]
|
|
[StructLayout(3)]
|
|
public class RootExpressoUIFlow : ExpressoUIFlow
|
|
{
|
|
// Token: 0x06010415 RID: 66581 RVA: 0x003CF308 File Offset: 0x003CD508
|
|
[Token(Token = "0x6010415")]
|
|
[Address(RVA = "0x14D9070", Offset = "0x14D7A70", VA = "0x1814D9070")]
|
|
public RootExpressoUIFlow()
|
|
{
|
|
this.uniqueName = "";
|
|
this.closePreviousMenuOnStart = true;
|
|
base..ctor();
|
|
}
|
|
}
|
|
}
|