oh dear
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.Creation.Holotars
|
||||
{
|
||||
// Token: 0x020032F7 RID: 13047
|
||||
[Token(Token = "0x20032F7")]
|
||||
public class HolotarUIPivot : BaseUIPivot
|
||||
{
|
||||
// Token: 0x060167C5 RID: 92101 RVA: 0x0053E9A8 File Offset: 0x0053CBA8
|
||||
[Token(Token = "0x60167C5")]
|
||||
[Address(RVA = "0xE9A660", Offset = "0xE99460", VA = "0x180E9A660", 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: 0x060167C6 RID: 92102 RVA: 0x0053E9E4 File Offset: 0x0053CBE4
|
||||
[Token(Token = "0x60167C6")]
|
||||
[Address(RVA = "0xC75F00", Offset = "0xC74D00", VA = "0x180C75F00")]
|
||||
public HolotarUIPivot()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400EAF7 RID: 60151
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400EAF7")]
|
||||
[SerializeField]
|
||||
[DDPIINEJFMD(JIBDPHMGEGO.Parent, false, false, false)]
|
||||
private Holotar holotar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user