45 lines
1.4 KiB
C#
45 lines
1.4 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using AGUI.StackedUI;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000734 RID: 1844
|
|
[Token(Token = "0x2000734")]
|
|
[StructLayout(3)]
|
|
public abstract class RoomSpecificSubscreenUI : MonoBehaviour
|
|
{
|
|
// Token: 0x0600358B RID: 13707
|
|
[Token(Token = "0x600358B")]
|
|
[Address(Slot = "4")]
|
|
public abstract void Initialize(WatchUIFlow LHHONCAOJFH);
|
|
|
|
// Token: 0x0600358C RID: 13708 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600358C")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "5")]
|
|
public virtual void OnFlowEntered(StackedUIFlowBase BFHJBBGCMAN)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600358D RID: 13709 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600358D")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
|
public virtual void OnFlowExited()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600358E RID: 13710 RVA: 0x000E0060 File Offset: 0x000DE260
|
|
[Token(Token = "0x600358E")]
|
|
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
|
protected RoomSpecificSubscreenUI()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002D8F RID: 11663
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4002D8F")]
|
|
protected WatchUIFlow AAIOADKJKML;
|
|
}
|