This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,43 @@
using System;
using Cpp2IlInjected;
using Pathfinding.RVO;
using UnityEngine;
namespace RecRoom.Core.Creation.Holotars
{
// Token: 0x020033E4 RID: 13284
[Token(Token = "0x20033E4")]
public class HolotarUIPivot : BaseUIPivot
{
// Token: 0x06016C51 RID: 93265 RVA: 0x0054975C File Offset: 0x0054795C
[Token(Token = "0x6016C51")]
[Address(RVA = "0x192E1A0", Offset = "0x192D1A0", VA = "0x18192E1A0", Slot = "4")]
protected override bool AADDLGNNEAB()
{
if (base.AADDLGNNEAB())
{
Holotar holotar = this.holotar;
int num = 0;
if (holotar != num)
{
Vector2 calculatedTargetPoint = ((IAgent)this.holotar).CalculatedTargetPoint;
}
}
throw new NullReferenceException();
}
// Token: 0x06016C52 RID: 93266 RVA: 0x00549798 File Offset: 0x00547998
[Token(Token = "0x6016C52")]
[Address(RVA = "0x17708A0", Offset = "0x176F8A0", VA = "0x1817708A0")]
public HolotarUIPivot()
{
}
// Token: 0x0400ED3D RID: 60733
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x400ED3D")]
[SerializeField]
[NKNLDEIPALE(FHBJCBPFODN.Parent, false, false, false)]
private Holotar holotar;
}
}