using Plugins.CommonDependencies; using UnityEngine; using UnityEngine.UI; namespace Raindrop.UI { [RequireComponent(typeof(Button))] public class LogoutButton : MonoBehaviour { //get own references. void Awake() { Button btn = this.GetComponent