Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/RecRoom/Core/Creation/Holotars/HolotarUIPivot.cs
T
2026-04-08 23:40:05 +02:00

45 lines
1.1 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Creation.Holotars
{
// Token: 0x02002D2F RID: 11567
[Token(Token = "0x2002D2F")]
[StructLayout(3)]
public class HolotarUIPivot : BaseUIPivot
{
// Token: 0x06014710 RID: 83728 RVA: 0x004E6DEC File Offset: 0x004E4FEC
[Token(Token = "0x6014710")]
[Address(RVA = "0x170C000", Offset = "0x170AA00", VA = "0x18170C000", Slot = "4")]
protected override bool AADDLGNNEAB()
{
if (base.AADDLGNNEAB())
{
Holotar holotar = this.holotar;
int num = 0;
if (holotar != num)
{
return ((IAsyncResult)this.holotar).IsCompleted;
}
}
throw new NullReferenceException();
}
// Token: 0x06014711 RID: 83729 RVA: 0x004E6E28 File Offset: 0x004E5028
[Token(Token = "0x6014711")]
[Address(RVA = "0x167E710", Offset = "0x167D110", VA = "0x18167E710")]
public HolotarUIPivot()
{
}
// Token: 0x0400DAC8 RID: 56008
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400DAC8")]
[SerializeField]
[DDPIINEJFMD(JIBDPHMGEGO.Parent, false, false)]
private Holotar holotar;
}
}