scripts
This commit is contained in:
@@ -0,0 +1,132 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom;
|
||||
using RecRoom.Core;
|
||||
using UnityEngine;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001AD7 RID: 6871
|
||||
[Token(Token = "0x2001AD7")]
|
||||
[RequireComponent(typeof(AccountSpecificUIBehaviour))]
|
||||
[StructLayout(3)]
|
||||
public abstract class RelationshipBasedConditionalButton<T> : AccountBasedConditionalButton<T> where T : Button3DBase
|
||||
{
|
||||
// Token: 0x17001DC3 RID: 7619
|
||||
// (get) Token: 0x0600B8C0 RID: 47296 RVA: 0x002B5F74 File Offset: 0x002B4174
|
||||
[Token(Token = "0x17001DC3")]
|
||||
protected IGCIBGKPPMO KHPAKPHMGPB
|
||||
{
|
||||
[Token(Token = "0x600B8C0")]
|
||||
[Address(RVA = "0x1B222F0", Offset = "0x1B20CF0", VA = "0x181B222F0")]
|
||||
get
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C1 RID: 47297 RVA: 0x002B5F88 File Offset: 0x002B4188
|
||||
[Token(Token = "0x600B8C1")]
|
||||
[Address(RVA = "0x1B221F0", Offset = "0x1B20BF0", VA = "0x181B221F0", Slot = "10")]
|
||||
protected override void Awake()
|
||||
{
|
||||
this.Awake();
|
||||
Action<IGCIBGKPPMO> action;
|
||||
KEBJPIGKGOI.LDGNBAJLKFJ += action;
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C2 RID: 47298 RVA: 0x002B5FB4 File Offset: 0x002B41B4
|
||||
[Token(Token = "0x600B8C2")]
|
||||
[Address(RVA = "0x1B22AB0", Offset = "0x1B214B0", VA = "0x181B22AB0", Slot = "11")]
|
||||
protected override void OnDestroy()
|
||||
{
|
||||
Action<IGCIBGKPPMO> action;
|
||||
KEBJPIGKGOI.LDGNBAJLKFJ -= action;
|
||||
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C3 RID: 47299 RVA: 0x002B5FE0 File Offset: 0x002B41E0
|
||||
[Token(Token = "0x600B8C3")]
|
||||
[Address(RVA = "0x1B22710", Offset = "0x1B21110", VA = "0x181B22710", Slot = "13")]
|
||||
protected override void MOPPDBJPCAI()
|
||||
{
|
||||
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C4 RID: 47300 RVA: 0x002B5FF4 File Offset: 0x002B41F4
|
||||
[Token(Token = "0x600B8C4")]
|
||||
[Address(RVA = "0x1B22630", Offset = "0x1B21030", VA = "0x181B22630")]
|
||||
private void JMDPPBOMKAK(CPIHGIEOPAJ NGPMADFHHKP)
|
||||
{
|
||||
this.OnEnable();
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C5 RID: 47301 RVA: 0x002B6010 File Offset: 0x002B4210
|
||||
[Token(Token = "0x600B8C5")]
|
||||
[Address(RVA = "0x1B22730", Offset = "0x1B21130", VA = "0x181B22730")]
|
||||
protected void OILLHGFDILD()
|
||||
{
|
||||
int num = 0;
|
||||
num += num;
|
||||
num++;
|
||||
Action<LLKHFJDNFMM> action;
|
||||
if (action == 0)
|
||||
{
|
||||
}
|
||||
if (num < typeof(RelationshipBasedConditionalButton<T>.<>c).TypeHandle)
|
||||
{
|
||||
num += num;
|
||||
if (num == typeof(RelationshipBasedConditionalButton<T>.<>c).TypeHandle)
|
||||
{
|
||||
action += action;
|
||||
num += 2;
|
||||
num += 19;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
num++;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C6 RID: 47302 RVA: 0x002B6060 File Offset: 0x002B4260
|
||||
[Token(Token = "0x600B8C6")]
|
||||
[Address(RVA = "0x1B22540", Offset = "0x1B20F40", VA = "0x181B22540")]
|
||||
protected void ICHJIDFDDFB()
|
||||
{
|
||||
IGCIBGKPPMO igcibgkppmo;
|
||||
if (igcibgkppmo != 0)
|
||||
{
|
||||
WatchUI.BFPPPLIJIGC.ShowMessageDialog(igcibgkppmo);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C7 RID: 47303 RVA: 0x002B6084 File Offset: 0x002B4284
|
||||
[Token(Token = "0x600B8C7")]
|
||||
[Address(RVA = "0x1B22BB0", Offset = "0x1B215B0", VA = "0x181B22BB0")]
|
||||
protected RelationshipBasedConditionalButton()
|
||||
{
|
||||
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
||||
}
|
||||
|
||||
// Token: 0x0600B8C8 RID: 47304 RVA: 0x002B6098 File Offset: 0x002B4298
|
||||
[Token(Token = "0x600B8C8")]
|
||||
[Address(RVA = "0x1B223B0", Offset = "0x1B20DB0", VA = "0x181B223B0")]
|
||||
[CompilerGenerated]
|
||||
private void DBLJANIEEEH(LLKHFJDNFMM ALMCLFDOHBP)
|
||||
{
|
||||
PlayerEvents playerEvents = Player.<EGKJPJKLEAI>k__BackingField.playerEvents;
|
||||
ActionEvent localPlayerCreatedEvent = Player.LocalPlayerCreatedEvent;
|
||||
}
|
||||
|
||||
// Token: 0x04007974 RID: 31092
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4007974")]
|
||||
private bool MAOJHJEOLGM;
|
||||
|
||||
// Token: 0x04007975 RID: 31093
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4007975")]
|
||||
private IGCIBGKPPMO OEIPJEDEMCN;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user