Files
2026-04-10 22:50:51 +02:00

90 lines
2.6 KiB
C#

using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
using RRUI.Animation;
// Token: 0x02001055 RID: 4181
[Token(Token = "0x2001055")]
public static class BFGBKAHBMAN
{
// Token: 0x06005EA3 RID: 24227 RVA: 0x0014D468 File Offset: 0x0014B668
[Token(Token = "0x6005EA3")]
[Address(RVA = "0x1504A00", Offset = "0x1503800", VA = "0x181504A00")]
public static PIPDAMDIAPC LBFJNFGMELJ(this Transition CKPIBOIGPMJ)
{
BFGBKAHBMAN.ECKDIOIEGPI eckdioiegpi = new BFGBKAHBMAN.ECKDIOIEGPI();
TransitionImplementation implementation = CKPIBOIGPMJ.implementation;
if (implementation == 0)
{
}
eckdioiegpi.tweenTransition = implementation;
if (implementation == 0)
{
return CKPIBOIGPMJ.DCCBNDIOOGE();
}
bool isInstant = eckdioiegpi.tweenTransition.isInstant;
bool cachedIsInstant = isInstant;
eckdioiegpi.tweenTransition.isInstant = true;
Action action = delegate
{
TweenTransition tweenTransition = eckdioiegpi.tweenTransition;
bool cachedIsInstant2 = cachedIsInstant;
tweenTransition.isInstant = cachedIsInstant2;
};
PIPDAMDIAPC pipdamdiapc;
pipdamdiapc += pipdamdiapc;
throw new NullReferenceException();
}
// Token: 0x02001056 RID: 4182
[Token(Token = "0x2001056")]
[CompilerGenerated]
private sealed class ECKDIOIEGPI
{
// Token: 0x06005EA4 RID: 24228 RVA: 0x0014D4E4 File Offset: 0x0014B6E4
[Token(Token = "0x6005EA4")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public ECKDIOIEGPI()
{
}
// Token: 0x04003EF1 RID: 16113
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4003EF1")]
public TweenTransition tweenTransition;
}
// Token: 0x02001057 RID: 4183
[Token(Token = "0x2001057")]
[CompilerGenerated]
private sealed class HHPBJKNGCHO
{
// Token: 0x06005EA5 RID: 24229 RVA: 0x0014D4F8 File Offset: 0x0014B6F8
[Token(Token = "0x6005EA5")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public HHPBJKNGCHO()
{
}
// Token: 0x06005EA6 RID: 24230 RVA: 0x0014D50C File Offset: 0x0014B70C
[Token(Token = "0x6005EA6")]
[Address(RVA = "0x1518DD0", Offset = "0x1517BD0", VA = "0x181518DD0")]
internal void <TryExecuteInstant>b__0()
{
TweenTransition tweenTransition = this.CS$<>8__locals1.tweenTransition;
bool flag = this.cachedIsInstant;
tweenTransition.isInstant = flag;
}
// Token: 0x04003EF2 RID: 16114
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4003EF2")]
public bool cachedIsInstant;
// Token: 0x04003EF3 RID: 16115
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4003EF3")]
public BFGBKAHBMAN.ECKDIOIEGPI CS$<>8__locals1;
}
}