Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

34 lines
950 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000031 RID: 49
[Token(Token = "0x2000031")]
public class DiscGolfTriggerableAnimator : DiscGolfTriggerable
{
// Token: 0x06000161 RID: 353 RVA: 0x000080AC File Offset: 0x000062AC
[Token(Token = "0x6000161")]
[Address(RVA = "0x1B0F3F0", Offset = "0x1B0E3F0", VA = "0x181B0F3F0", Slot = "18")]
protected override void CLJNHJHHAAI()
{
Animator gizmoAnimator = this.gizmoAnimator;
int num = 0;
if (gizmoAnimator != num)
{
Animator gizmoAnimator2 = this.gizmoAnimator;
bool flag = this.PBBAIHFAKAL.IAHDANBDAAM() != null;
gizmoAnimator2.SetBool("Active", flag);
}
}
// Token: 0x06000162 RID: 354 RVA: 0x000080F4 File Offset: 0x000062F4
[Token(Token = "0x6000162")]
[Address(RVA = "0x1B0F4B0", Offset = "0x1B0E4B0", VA = "0x181B0F4B0")]
public DiscGolfTriggerableAnimator()
{
this.activeOnStart = true;
this.autoResetTime = 5f;
base..ctor();
}
}