scripts
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200004E RID: 78
|
||||
[Token(Token = "0x200004E")]
|
||||
[StructLayout(3)]
|
||||
public class DiscGolfTriggerableAnimator : DiscGolfTriggerable
|
||||
{
|
||||
// Token: 0x06000235 RID: 565 RVA: 0x0000B610 File Offset: 0x00009810
|
||||
[Token(Token = "0x6000235")]
|
||||
[Address(RVA = "0x1155BB0", Offset = "0x11545B0", VA = "0x181155BB0", Slot = "18")]
|
||||
protected override void CLJNHJHHAAI()
|
||||
{
|
||||
Animator gizmoAnimator = this.gizmoAnimator;
|
||||
int num = 0;
|
||||
if (gizmoAnimator != num)
|
||||
{
|
||||
Animator gizmoAnimator2 = this.gizmoAnimator;
|
||||
bool flag = this.PBBAIHFAKAL.Get() != null;
|
||||
gizmoAnimator2.SetBool("Active", flag);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000236 RID: 566 RVA: 0x0000B658 File Offset: 0x00009858
|
||||
[Token(Token = "0x6000236")]
|
||||
[Address(RVA = "0x1155C70", Offset = "0x1154670", VA = "0x181155C70")]
|
||||
public DiscGolfTriggerableAnimator()
|
||||
{
|
||||
this.activeOnStart = true;
|
||||
this.autoResetTime = 5f;
|
||||
base..ctor();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user