Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/RRUI/Data/TransitionControllerImpl.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

87 lines
2.2 KiB
C#

using System;
using Cpp2IlInjected;
using RRUI.Animation;
using UnityEngine;
namespace RRUI.Data
{
// Token: 0x0200087E RID: 2174
[Token(Token = "0x200087E")]
public abstract class TransitionControllerImpl<T> : ControllerImplementation<T> where T : ICEIABPJKLB
{
// Token: 0x06003C27 RID: 15399 RVA: 0x000F416C File Offset: 0x000F236C
[Token(Token = "0x6003C27")]
[Address(RVA = "0x119FE00", Offset = "0x119EC00", VA = "0x18119FE00", Slot = "22")]
protected override void OFFLOPLJBBG()
{
this.OFFLOPLJBBG();
MonoBehaviour behaviour = this.Behaviour;
MonoBehaviour behaviour2 = this.Behaviour;
}
// Token: 0x06003C28 RID: 15400 RVA: 0x000F4194 File Offset: 0x000F2394
[Token(Token = "0x6003C28")]
[Address(RVA = "0x119FDA0", Offset = "0x119EBA0", VA = "0x18119FDA0", Slot = "25")]
protected override void MDDAPCCABNK()
{
this.MDDAPCCABNK();
if (this != 0)
{
}
if (this != 0)
{
return;
}
}
// Token: 0x06003C29 RID: 15401 RVA: 0x000F41B8 File Offset: 0x000F23B8
[Token(Token = "0x6003C29")]
[Address(RVA = "0x119FD20", Offset = "0x119EB20", VA = "0x18119FD20", Slot = "27")]
protected sealed override void DMAHGBLDMFA()
{
this.HDCFHIKKDBC();
this.HDCFHIKKDBC();
if (this != 0)
{
}
this.HDCFHIKKDBC();
}
// Token: 0x17000ACD RID: 2765
// (get) Token: 0x06003C2A RID: 15402
[Token(Token = "0x17000ACD")]
protected abstract bool MIKDLDEALPN
{
[Token(Token = "0x6003C2A")]
[Address(Slot = "29")]
get;
}
// Token: 0x06003C2B RID: 15403 RVA: 0x000F41E4 File Offset: 0x000F23E4
[Token(Token = "0x6003C2B")]
[Address(RVA = "0x119FEB0", Offset = "0x119ECB0", VA = "0x18119FEB0")]
protected TransitionControllerImpl()
{
bool isActive = this.MIKDLDEALPN;
}
// Token: 0x040032C3 RID: 12995
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40032C3")]
[SerializeField]
private Transition activateTransition;
// Token: 0x040032C4 RID: 12996
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40032C4")]
[SerializeField]
private Transition deactivateTransition;
// Token: 0x040032C5 RID: 12997
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40032C5")]
[NonSerialized]
private bool cachedIsActive;
}
}