14 lines
288 B
C#
14 lines
288 B
C#
using System;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
namespace AGUI
|
|
{
|
|
// Token: 0x0200107B RID: 4219
|
|
public abstract class UIInteractionRestriction : MonoBehaviour, MFCHPNIIFGD
|
|
{
|
|
// Token: 0x06023A3C RID: 145980
|
|
public abstract bool CanInteract(Selectable NJEBPCDODEH);
|
|
}
|
|
}
|