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,24 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.UI;
namespace AGUI
{
// Token: 0x02001148 RID: 4424
[Token(Token = "0x2001148")]
public abstract class UIInteractionRestriction : MonoBehaviour, MBCDMEIMHHO
{
// Token: 0x060062B9 RID: 25273
[Token(Token = "0x60062B9")]
[Address(Slot = "5")]
public abstract bool CanInteract(Selectable BFHNLDDJAOD);
// Token: 0x060062BA RID: 25274 RVA: 0x0015747C File Offset: 0x0015567C
[Token(Token = "0x60062BA")]
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
protected UIInteractionRestriction()
{
}
}
}