using UnityEngine; using UnityEngine.UI; namespace Nox.UI { public class DisclaimerReference : MonoBehaviour { public Button continueButton; } }